- Mapping Kit
- Installation and configuration
- Modules
- How to's
- A simple map with a Google base layer
- A more complex map with several google layers
- Show nodes on a map using GeoRSS markers.
- Map with users
- Overlay maps with GPS tracks
- Map layers and taxonomy
- Map with image feed
- WFS overlay with popups
- KML layer example
- TMS layer example
- Google Street View and Virtual Earth
- Inline maps
- Overview maps
- Using an image as a map
- Zoom to locations
Map with users
A map with user locations can be made by using the enabling user location and overlaying a map with a georss user feed.
Steps to reproduce:
- go to /?q=admin/user/settings and enable the location fields for a user in the Mapping kit section.
- the account edit pages now show a location category page; enter lat/lon coordinates for some accounts and check that (the source of) ?q=user/feed contains <georss:point> items
- go to /?q=admin/user/permissions and give the 'access user profiles' permission to anonymous users.
- create a page similar to this one, using the user/feed georss feed on top of a google base layer
E.g. [map baselayers="google,none" layers="users" users="georss|user/feed" width="600" height="300" zoom="1" title="Map of users" /].
