Add Data to Map
Notes:
  • For shapefile, it must be zipped in .zip format.
  • The .zip file must contain .shp, .shx, .dbf, and .prj files.
  • The shapefile can't have more than 4,000 point features (or 1,000 line or polygon features) or can't be larger than 10 MB.
  • More detailed information/limitations can be found here.
  • For CSV file, the location fields must be as following:
    latitude fields:lat, latitude, y, ycenter
    longitude fields: lon, long, longitude, x, xcenter
  • A layer control of added layer is created in the Reference layer list. You can turn on/off and change the transparency.
  • Click each individual symbol for attribute information.
Notes:
  • The web service needs to in HTTPS protocol and in ESRI's RESTful format.
  • The web service url ends with "MapServer" will be valid url, i.e., https://server-domain/arcgis/rest/services/service-name/MapServer
  • A layer in a web service can be valid url, i.e., https://server-domain/arcgis/rest/services/service-name/MapServer/0.
    Click on each symbol for attribute information.
  • A layer control of added layer is created in the Reference layer list. You can turn on/off and change the transparency.