Maps : Map properties used in all visualizations

# hiddenMapFeatures
Hidden Map features
Type: array
Default: []
Used in: Map

# mapColor
Color for the maps
Type: color
Default: #0ab0db
Used in: Map

# mapConfig
Map config
Type: object
Default:
Used in: Map

# mapConfigFeatures
Map config for features use to translate and scale
Type: object
Default:
Used in: Map

# mapId
Map Id for the map div in the DOM
Type: string
Default:
Used in: Map

# mapMarkerShape
Default shape for the markers in map (if no shapeBy is specified
Type: string
Default: drop
Options: drop, sphere, square, triangle, star, rhombus, octagon, mdavid, pentagon, rectangle
Used in: Map

# mapMarkerShapeScaleFactor
Scale factor for the marker shapes
Type: float
Default: 1
Used in: Map

# mapOutlineColor
Color for the outline of the maps
Type: color
Default: rgb(204,204,204)
Used in: Map

# mapProjection
Map projection
Type: string
Default: mercator
Options: mercator, albers, orthographic
Used in: Map

# mapPropertyId
Map Property Id use to match the data ids to the GeoJSON layer Id
Type: string
Default:
Used in: Map

# mapSmps
Samples to use in maps
Type: array
Default: []
Used in: Map

# topoJSON
TopoJSON map string
Type: string
Default:
Used in: Map

# visibleMapFeatures
Visible Map features. It Overrides the hidden features
Type: array
Default: []
Used in: Map