Maps : Map properties used in all visualizations

# hiddenMapFeatures

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

# mapCentralMeridian

Map Latitude Of Origin in degrees. (Applicable to Albers projection only). Default adjusts to USA maps
Type: float
Default: -96
Used in: Map

# mapColor

Color for the maps
Type: color
Default: rgb(105,210,230)
Used in: Map

# mapConfig

Map config
Type: object
Default: false
Used in: Map

# mapConfigFeatures

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

# mapGraticuleShow

Show Map Graticule
Type: boolean
Default: false
Used in: Map

# mapGraticuleType

Map Graticule type
Type: string
Default: solid
Options: dashed, solid
Used in: Map

# mapId

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

# mapLatitudeOrigin

Map Latitude Of Origin in degrees. (Applicable to Albers projection only). Default adjusts to USA maps
Type: float
Default: 23
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: false
Used in: Map

# mapSmps

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

# mapStandardParallel1

Map Standard Parallel 1 in degrees. (Applicable to Albers projection only). Default adjusts to USA maps
Type: float
Default: 29.5
Used in: Map

# mapStandardParallel2

Map Standard Parallel 2 in degrees. (Applicable to Albers projection only). Default adjusts to USA maps
Type: float
Default: 45.5
Used in: Map

# topoJSON

TopoJSON map string
Type: string
Default: false
Used in: Map

# visibleMapFeatures

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