For a project we have created an SVG map of certain regions in a province in the Netherlands. On this region we want to show certain points of interests of which we have longitude/latitude coordinates (in decimals).
My question is as follows: how do we calculate the x/y coordinates of a POI given the longitude/latitude, if we are only interested in a certain region?
We are only interested in mapping values from a certain range (longitude is between 51.39 and 51.52, latitude is between 5.4 and 5.6) to a specific map size (675x350 pixels).
Note I have found the following question: Converting Longitude & Latitude to X Y on a map with an answer here but this assumes we want to show the whole world.