OpenStreetMap
Category: /knowledge /front_endTags: front_end gis
Basically, a Geo-related app should have four modules
- a business module deals with all the logic.
- GeoDjango can provide data mapping functions like geoIP, distance calculation, zip code searching etc.
- OpenStreetMap displays the map.
- OpenLayer: a javascript library provides zoom, pan, scroll functions on the web page. It’s an implementation of ‘Slippy Map’. a simple demo, check the ‘Related’ section for further information.
Glossary
- Slippy Map is a term of the ‘main openstreetmap.org map display’. It’s an Ajax javascript component loading map tiles from OSM.