I've asked similar questions before and I'm still struggling.
I want to create geo based info graphics at the level of a city.
I need to be able to take some latitude/longitude values and project them such that they are centered and appropriately zoomed.
It would help me a great deal to see an example that plots a small number of points.
- 37.781040, -122.497681
- 37.720504, -122.495622
- 37.723220, -122.395028
This is roughly an L shape and all three points should be in San Francisco.
It could be as simple as 3 black dots on a white background. I hope to learn:
- which projection?
- how do you adjust the projection so that an area the size of San Francisco is on the canvas?
- how do you translate those coordinates and position them on that canvas?
Could someone create such an example?
Thanks.
-Kelly