[This may be out of date - the code is on github]
About
Geoplot is a simple web resource for generating map images. Using a REST interface it can plot points at specified locations.
Features
- Plot Single Point
- Plot List of Points
- Maps available as Small, Medium or Large
REST Format
Use following code:
<img src = "http://peterbraden.co.uk/tools/geoplot/?(params)" alt = "map name" >
Replace (params) with:
points=(latitude),(longitude),(latitude),(longitude)...
Specify size of output with:
&size=(S/M/L)
Free to use for sites with reasonable traffic. If you pound my server without telling me I'll probably block you. A linkback is always appreciated.
Upcoming
- Allow plots of polygons / countries
- Allow customisation of point (color/size/shape)
- Allow choice of several maps