https://github.com/cody-scott/arcgis_googlemaps
Adds Google Maps tool for Street view and 3D view to ArcGIS Desktop
https://github.com/cody-scott/arcgis_googlemaps
arcgis arcgis-desktop arcpy
Last synced: about 1 year ago
JSON representation
Adds Google Maps tool for Street view and 3D view to ArcGIS Desktop
- Host: GitHub
- URL: https://github.com/cody-scott/arcgis_googlemaps
- Owner: cody-scott
- Archived: true
- Created: 2018-06-05T20:14:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T20:15:39.000Z (about 8 years ago)
- Last Synced: 2025-02-17T03:19:46.247Z (over 1 year ago)
- Topics: arcgis, arcgis-desktop, arcpy
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is a stub project created by the ArcGIS Desktop Python AddIn Wizard.
MANIFEST
========
README.txt : This file
makeaddin.py : A script that will create a .esriaddin file out of this
project, suitable for sharing or deployment
config.xml : The AddIn configuration file
Images/* : all UI images for the project (icons, images for buttons,
etc)
Install/* : The Python project used for the implementation of the
AddIn. The specific python script to be used as the root
module is specified in config.xml.