ArcGIS Server » Web Applications » Javascript APIs » Google Maps
 
 

Share your work and download examples published by other users in the ArcGIS community.

Code Gallery


name rating date added product version author downloads

Google more

ArcGIS Server

0 Ratings
Nov 13 2009 9.3.1 ciava.at 122
Google more Download

Use Cashed Service to Create Custom MapType (Base Data)

ArcGIS Server

0 Ratings
Oct 30 2009
Updated:
Nov 02 2009
9.3.1 doopsterus 73
Our users like the speed and performance of Google maps but they complained the Google base data was too busy. So we were able create a custom map type using a cached server service. (It’s fast!!). This demonstrates how to create your own custom map type for a GIS Server service that has been cached. --If you like this please... Download

Delay Server Requests While User Interacts with the Map

ArcGIS Server

0 Ratings
Aug 31 2009
Updated:
Nov 02 2009
9.3.1 doopsterus 137
Our users pan and zoom like there is no tomorrow. Unfortunately this causes large number of requests to be queued at the GIS Server. So we devised a way to wait until the user is done zooming or panning before sending a request to the server. This is sample code of how to keep the requests from queuing up on... Download

UC 2009: Google Gadget for Population and Census Info

ArcGIS Server

0 Ratings
Jul 13 2009
Updated:
Jul 13 2009
9.3.1 andygup 202
This application is part of the GIS and Web 2.0 Application Development Demo Theater for the ESRI UC 2009.This sample illustrates how to build a Google Gadget that:1. Geocodes any U.S. address2. Takes the address lat/lon as input into an ArcGIS QueryTask3. Returns population and census information based on block groups4. Displays the block group as a polygon, and the... Download

Summit ExtMap - Mashup Framework

ArcGIS Server

11 Ratings
Mar 05 2009
Updated:
Jun 19 2009
9.3 alperdincer 1372
Summit ExtMap is a kind of mashup framework built for ArcGIS Server Mashup Challenge - 2009 (ESRI Developer Summit 2009) It is based on Ext JS Framework, Google Maps API and ArcGIS JavaScript Extension for the Google Maps API. The main goal of this framework is modularity. It can be seen as the primitive web version of ArcView. Layers at... Download

Bus Info in real time using Google streetview, local search api plus other external public data api's (MASHUP CODE CHALLENGE)

ArcGIS Server

3 Ratings
Feb 25 2009
Updated:
Mar 16 2009
9.3 coomsie 324
Gidday,This mashup involves several different internet services from different sources to help build a site which users of a bus transportation system can do various tasks spatially. + They can check in real time to see when the next bus is coming at a particular bus stop. + Find out what routes go from a particular bus stop. + Of... Download

Sliding Mashup

ArcGIS Server

8 Ratings
Feb 19 2009
Updated:
Mar 03 2009
9.3 Helsted 375
Uses Google G_SATELLITE_MAP and a custom tilelayer generated with ArcGIS Server 9.2.Demonstrates a sliding mashup, useful for displaying changes between aerial maps (Historical maps).Check out the live link.Don't forget to post a rating and/or a comment.Also, if you like this sample then vote for it in the CodeChallenge. Download

Create Single Image for Display or Printing

ArcGIS Server

4 Ratings
Jan 29 2009
Updated:
Jan 29 2009
9.3 sbasite 390
I just finished a web site that utilized the ESRI Google extensions but found that my map would never print correctly under Internet Explorer (Using File > Print). Turns out IE doesn't print the background layers by default, so only my overlays were visible.So what I came up with was a way to have the interactive map for normal use... Download

Water Quality example using google for base map and info windows for graphs and other info (MASHUP CODE CHALLENGE)

ArcGIS Server

3 Ratings
Nov 20 2008
Updated:
Mar 16 2009
9.3 coomsie 410
Gidday,This mashup involved taking our swimming water quality GIS layer and integrating it with Google maps to create an application that allows users to view the water quality for tested swimming locations around Canterbury New Zealand. From the GIS layer we are able to read the grades and using the Google maps info window functionality give grading overviews, display the... Download

Calculate population inside drive time polygons

ArcGIS Server

0 Ratings
Aug 27 2008
Updated:
Aug 27 2008
9.3 andygup 637
This sample uses the ArcGIS JavaScript Extension for Google Maps API, and shows how to use a QueryTask to calculate the total population contained within each drive time polygon. Download