All Questions
Tagged with google-maps-api arcgis-maps-sdk-javascript
9 questions
3
votes
1
answer
6k
views
How to use a .tpk or GeoTiff file as a Google Maps Overlay
I am building a webapp using Google Maps, and want to have an image overlaid on top of the usual Map that represents Light Pollution data.
I don't have ArcGIS myself, but I was able to download a 400 ...
2
votes
1
answer
1k
views
ArcGIS JavaScript Extension for the Google Maps API, serverapi.arcgisonline.com/jsapi/gmaps/
My code using as the following:
Google Maps API in V3:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=geometry&v3&key=...
1
vote
0
answers
81
views
Generating a Placemark (Google Earth) via information link
I'm using the ArcGIS JavaScript API.
I'd like to have an infowindow pop up that has a link to a downloadable KML placemark. Is this possible without pre-generating thousands of individual KML files?
4
votes
1
answer
1k
views
How to offset/displace overlapping lines in a web map?
I have a dataset of points representing a To/From status - something like distribution centres and delivery addresses.
When the user clicks on a point I'd like to show the relationships between this ...
1
vote
0
answers
368
views
Converting Google Maps API to DOJO/ArcGIS API for JavaScript? [closed]
I have a GIS webpage in HTML5/JavaScript using the Google Maps API. I found out we can no longer use the Google Maps imagery provided, and I need to switch to ESRI Imagery (free).
Can someone help ...
0
votes
1
answer
2k
views
Uncaught ReferenceError: GEvent is not defined after migrating to google map api v3
I have managed to change the needed things, but I get the error from the title in the console, and I cannot figure it out what else needs to be done. any ideas? This is my code(if you paste it and run ...
0
votes
1
answer
312
views
Display Lat/Lng coordinates from Oracle DB with ArcGIS HTML5 component
We have some experience in using ArcMap and ArcSDE, but this dates back to 2008, so we're not up to date with the recent developments in ESRI products.
Now we're dealing with a database that has some ...
0
votes
0
answers
271
views
cannot submit address to Google geocoder on iPad: ArcGIS JS webmap app
I am working on a web map app for desktop and iPads. The app uses a Google geocoder to locate addresses or intersections, added with the standard code in 'init':
geocoder = new google.maps.Geocoder()...
5
votes
1
answer
963
views
What platform to use for building mapping application using existing ArcGIS Rest Services? [closed]
I have clients that have an existing ArcGIS Server. Map layers are published as rest services and I am going to build a mapping application that displays their datasets. Functionality should include ...