Changes between Version 1 and Version 2 of BluePrintGISSelectLocationFromMap
- Timestamp:
- 08/16/10 17:33:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISSelectLocationFromMap
v1 v2 1 1 == Select Location from Map == 2 3 When adding a location: 4 * http://127.0.0.1:8000/eden/gis/location/create 5 6 Want to be able to open up a MapWindow where the cursor can be clicked on a location which will display a visual marker & populate the Lat/Lon fields of the create form. 2 7 3 8 Example code from Sahana Agasti, which needs a little bit of porting from PHP to Python, some adjustment to the !JavaScript variable names & then merging into the [wiki:DeveloperGuidelinesGIS#GuidelinesforDeveloperswishingtomakeuseofMappingwithintheirModule mapping API] in {{{modules/s3gis.py}}}: