emapping
Categories
Component ID
2535152
Component name
emapping
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Entity based mapping infrastructure. Leverages the Entity API CRUD to assemble maps, but provides no rendering capability. Will define an API for access to Maps and integration with various rendering libraries such as OpenLayers, Leaflet and d3. Defines basic primitives of a GeoSpatial map dataset:
- Map - The base object that defines a self-contained map. Bundled by emapping_map_type.
- Layer - Defines a layer to display in a map object. Bundled by emapping_layer_type.
- Source - the data set definition for a layer. Bundled by emapping_source_type.
Image 1: Data model for eMapping and display implementation in some 3rd party map rendering engine.

