Marker management

Map markers

Delete
    Add map marker

    A title is required

    Note: For the changes to take effect, all the settings need to be saved beforehand!
    Street view

    Stay in the Street view mode if you want the map to initially open in that mode. Users will still be able to exit the Street view mode with the close button in the top right corner of the map.

    Map
    View settings
    Main view settings
    Marker view settings
    Marker list view
    Filter by distance
    Directions
    Widget settings
    Category filter settings
    Routes settings
    Map view settings
    Google maps controls visibility
    News integration
    • Expand/CollapseOperationsOpen in: Status: Widget iconMarker icon
      • DocumentationOpen in: Status: Widget iconMarker icon
      • Ops BulletinOpen in: Status: Widget iconMarker icon
      • Operations SOPOpen in: Status: Widget iconMarker icon
    • Human ResourcesOpen in: Status: Widget iconMarker icon
    • Policy UpdatesOpen in: Status: Widget iconMarker icon
    • PicturesOpen in: Status: Widget iconMarker icon
    Custom overlays

      Import markers from API/JSON
        JSON API Example
        http://www.examplesite.com?parm1=true&userid={userid}
        Dynamic parameters
        - will be preplaced with current user id.
        - will be preplaced with current portal id.
        JSON format example
        [
        	{
        		"title": "Marker title",
        		"description": "<p> Marker description </p>",
        		"icon": "blue/audio_pin.png",
        		"position": {
        		"latitude": 45.9163888,
        		"longitude": 16.030391
        		}
        	}
        ]
        Cloud based maps styling
        Inter Module Communication
        Inter Module Communication
        Receive marker data in JSON format from other modules on the page. Inter Module Communication in DotNetNuke.
        Import from KLM, KMZ or CSV files