Saturday, 14 April 2018

arcgis desktop - Using OpenStreetMap tiles in ArcMap



I was hoping to use ESRI's ArcGIS Editor for OpenStreetMap to view OpenStreetMap data in ArcMap, but my organization hasn't upgraded to version 10 yet.


I also know about ArcBruTile, but I prefer not to use that software because of the potential TOS violations with Google, Bing, etc.


Does anyone know of another way to bring OpenStreetMap tiles into ArcGIS 9.3.1?



Answer



OSM Layers for ArcGIS


http://www.arcgis.com/home/webmap/viewer.html?webmap=b834a68d7a484c5fb473d4ba90d35e71


Alternatively *http://osm.wheregroup.com/ have a WMS OSM Server (Europe)


    Data Type: WMS Service 
WMS Server: http://osm.wheregroup.com/cgi-bin/osm_basic.xml?SERVICE=WMS&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=Grenzen&format=image/png&STYLE=default&
Service Name: OSM_Basic


Default Coordinate System: GCS_WGS_1984 Datum: D_WGS_1984 Prime Meridian: 0


enter image description here


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...