| 1 | == GIS API == |
| 2 | |
| 3 | Developers need to be able to embed maps within their Modules & display Features. |
| 4 | |
| 5 | They don't want to have to become GIS experts for this - they just want to be able to call a documented mapping API: |
| 6 | |
| 7 | * A function which returns all the HTML needed to insert a map on the page, with the following customizations: |
| 8 | * Be able to define which locations get placed on this map. |
| 9 | * Be able to define a form which get displayed as the pop-up for the markers (along with the location_id as a arg/var, so can customize the display) |
| 10 | * Be able to define the default size of the map |
| 11 | |
| 12 | ---- |
| 13 | [wiki:BluePrintGeographicInformationSystems GIS BluePrints] |