Blitz GMap Editor allows the user to create custom maps using GMAP version 3 API.
- Users are able to draw elements on the Map and apply styles using the DrawingManager? provided in GMAP API version 3
- Users will be able to export the created map as a JSON object which can further be stored in database.
- The stored JSON map can again be retrieved and displayed in Edit or non-edit mode as required.
- Export to KML.
Previous project home: https://code.google.com/p/blitz-gmap-editor
Thanks to our Contributors:
- Lawrence Ross(https://code.google.com/u/geocodezip/) for contributing toKML() functionality and bug fixes.