Marker Importer Demo

Our powerful importer supports a variety of different formats, for interchange between applications and for your convenience.

WP Go Maps Pro also supports import from URL, and scheduled imports so that you can set up dynamic imports to run at a frequency of your choice.

Our CSV import and export supports maps, markers, polygons and polylines, and allows a convenient interface for bulk editing, and data manipulation for users who prefer to work with a simple spreadsheet format, as opposed to KML or JSON.

Please note for the CSV upload, all blank Boolean fields will default to a value of ‘0’ on upload, this includes the “approved” field which correlates to the “Display marker on front end” setting : a ‘0’ value is interpreted as unapproved and the corresponding marker will not be displayed on the front end.

KML files support a variety of objects, such as Placemarks, images and Polygons. Using the built in importer features, you can easily import map data from other maps using the KML specification allowing you to display multiple KML layers on your map.

Our JSON import and export supports full import and export in one simple file, including custom field data, all map objects, and options to move data between maps as well as sites.

Download Example CSV
Download Example KML
Download Example JSON


id map_id address description pic link lat lng icon anim title infoopen category approved retina type did other_data
6435 81 39.90498,116.427217       39.90498 116.427217   0 Beijing Railway Station 0 0 1 0 0    
6436 81 39.894834,116.32111       39.894834 116.32111   0 Beijing West 0 0 1 0 0    
6437 81 32.086727,118.796834       32.086727 118.796834   0 Nanjing Railway Station 0 0 1 0 0    
6438 81 31.2508246,121.4506144       31.250825 121.450614   0 Shanghai Railway Station 0 0 1 0 0    
6439 81 24.636169,118.074064       24.636169 118.074064   0 Xiamen North Railway Station 0 0 1 0 0    
6440 81 22.989053,113.269698       22.989053 113.269698   0 Guangzhou South 0 0 1 0 0    
6441 81 30.6311561,104.1390591       30.631156 104.139059   0 成都东 0 0 1 0 0   a:1:{i:0;s:1:"0";}
6442 81 28.146783,113.06508       28.146783 113.06508   0 长沙南 0 0 1 0 0   a:1:{i:0;s:1:"0";}
6443 81 30.696822,104.073374       30.696822 104.073374   0 Chengdu Railway Station 0 0 1 0 0    
6444 81 29.549747,106.547669       29.549747 106.547669   0 Chongqing Railway Station 0 0 1 0 0    
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Train Stations China</name>
    <description/>
    <Style id="icon-1899-0288D1-nodesc-normal">
      <IconStyle>
        <color>ffd18802</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-0288D1-nodesc-highlight">
      <IconStyle>
        <color>ffd18802</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-0288D1-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-0288D1-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-0288D1-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Folder>
      <name>Untitled layer</name>
      <Placemark>
        <name>Beijing Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            116.427217,39.90498,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Beijing West</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            116.32111,39.894834,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Nanjing Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            118.796834,32.086727,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Shanghai Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            121.4506144,31.2508246,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Xiamen North Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            118.074064,24.636169,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Guangzhou South</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            113.269698,22.989053,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>%u6210%u90FD%u4E1C</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            104.1390591,30.6311561,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>%u957F%u6C99%u5357</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            113.06508,28.146783,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Chengdu Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            104.073374,30.696822,0
          </coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>Chongqing Railway Station</name>
        <styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
        <Point>
          <coordinates>
            106.547669,29.549747,0
          </coordinates>
        </Point>
      </Placemark>
    </Folder>
  </Document>
</kml>
{
    "creator": "WPGoogleMapsPro",
    "version": null,
    "json_version": "1.01",
    "maps": [
        {
            "id": "81",
            "map_title": "KML Marker Importer - Demo",
            "map_width": "100",
            "map_height": "400",
            "map_start_lat": "32.410869",
            "map_start_lng": "115.293215",
            "map_start_location": "32.410869,115.29321500000003",
            "map_start_zoom": "4",
            "default_marker": "https:\/\/www.wpgmaps.com\/wp-content\/uploads\/2019\/01\/5c3db2e7ea3c44.37472676-1.png",
            "type": "1",
            "alignment": "2",
            "directions_enabled": "1",
            "styling_enabled": "0",
            "styling_json": "",
            "active": "0",
            "kml": "",
            "bicycle": "2",
            "traffic": "2",
            "dbox": "5",
            "dbox_width": "100",
            "listmarkers": "0",
            "listmarkers_advanced": "0",
            "ugm_enabled": "2",
            "fusion": "",
            "map_width_type": "\\%",
            "map_height_type": "px",
            "mass_marker_support": "2",
            "ugm_access": "2",
            "order_markers_by": "1",
            "order_markers_choice": "2",
            "show_user_location": "2",
            "filterbycat": "0",
            "ugm_category_enabled": "2",
            "default_to": "",
            "other_settings": "a:30:{s:19:\"store_locator_style\";s:6:\"legacy\";s:33:\"wpgmza_store_locator_radius_style\";s:6:\"legacy\";s:20:\"directions_box_style\";s:6:\"modern\";s:22:\"wpgmza_dbox_width_type\";s:1:\"%\";s:12:\"map_max_zoom\";s:1:\"3\";s:12:\"map_min_zoom\";s:2:\"21\";s:15:\"sl_stroke_color\";s:0:\"\";s:17:\"sl_stroke_opacity\";s:0:\"\";s:13:\"sl_fill_color\";s:0:\"\";s:15:\"sl_fill_opacity\";s:0:\"\";s:15:\"click_open_link\";i:2;s:15:\"transport_layer\";i:2;s:16:\"iw_primary_color\";s:6:\"2A3744\";s:15:\"iw_accent_color\";s:6:\"252F3A\";s:13:\"iw_text_color\";s:6:\"FFFFFF\";s:14:\"wpgmza_iw_type\";s:1:\"0\";s:15:\"list_markers_by\";s:1:\"0\";s:11:\"push_in_map\";s:0:\"\";s:21:\"push_in_map_placement\";s:1:\"9\";s:24:\"wpgmza_push_in_map_width\";s:0:\"\";s:25:\"wpgmza_push_in_map_height\";s:0:\"\";s:17:\"wpgmza_theme_data\";s:0:\"\";s:24:\"upload_default_ul_marker\";s:0:\"\";s:24:\"upload_default_sl_marker\";s:0:\"\";s:21:\"rtlt_route_col_normal\";s:6:\"5FA8E8\";s:20:\"rtlt_route_col_hover\";s:6:\"98CFFF\";s:18:\"rtlt_route_opacity\";s:3:\"0.6\";s:20:\"rtlt_route_thickness\";s:2:\"12\";s:26:\"upload_default_rtlt_marker\";s:0:\"\";s:24:\"wpgmza_ugm_upload_images\";i:2;}"
        }
    ],
    "categories": [],
    "customfields": [],
    "markers": [
        {
            "id": "6435",
            "map_id": "81",
            "address": "39.90498,116.427217",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "39.904980",
            "lng": "116.427217",
            "icon": "",
            "anim": "0",
            "title": "Beijing Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6436",
            "map_id": "81",
            "address": "39.894834,116.32111",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "39.894834",
            "lng": "116.321110",
            "icon": "",
            "anim": "0",
            "title": "Beijing West",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6437",
            "map_id": "81",
            "address": "32.086727,118.796834",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "32.086727",
            "lng": "118.796834",
            "icon": "",
            "anim": "0",
            "title": "Nanjing Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6438",
            "map_id": "81",
            "address": "31.2508246,121.4506144",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "31.250825",
            "lng": "121.450614",
            "icon": "",
            "anim": "0",
            "title": "Shanghai Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6439",
            "map_id": "81",
            "address": "24.636169,118.074064",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "24.636169",
            "lng": "118.074064",
            "icon": "",
            "anim": "0",
            "title": "Xiamen North Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6440",
            "map_id": "81",
            "address": "22.989053,113.269698",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "22.989053",
            "lng": "113.269698",
            "icon": "",
            "anim": "0",
            "title": "Guangzhou South",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6441",
            "map_id": "81",
            "address": "30.6311561,104.1390591",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "30.631156",
            "lng": "104.139059",
            "icon": "",
            "anim": "0",
            "title": "成都东",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": "a:1:{i:0;s:1:\"0\";}"
        },
        {
            "id": "6442",
            "map_id": "81",
            "address": "28.146783,113.06508",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "28.146783",
            "lng": "113.065080",
            "icon": "",
            "anim": "0",
            "title": "长沙南",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": "a:1:{i:0;s:1:\"0\";}"
        },
        {
            "id": "6443",
            "map_id": "81",
            "address": "30.696822,104.073374",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "30.696822",
            "lng": "104.073374",
            "icon": "",
            "anim": "0",
            "title": "Chengdu Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        },
        {
            "id": "6444",
            "map_id": "81",
            "address": "29.549747,106.547669",
            "description": "",
            "pic": "",
            "link": "",
            "lat": "29.549747",
            "lng": "106.547669",
            "icon": "",
            "anim": "0",
            "title": "Chongqing Railway Station",
            "infoopen": "0",
            "category": "0",
            "approved": "1",
            "retina": "0",
            "type": "0",
            "did": "",
            "other_data": ""
        }
    ],
    "circles": [],
    "polygons": [],
    "polylines": [],
    "rectangles": [],
    "datasets": []
}
Close
Get Directions
'; ';
Options hide options
Print Reset
Fetching directions...

Was this article helpful to you?