Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

my client has ArcGIS installed on his PC and he has designed roads, hospitals, houses, and parks of a specific area in ArcGIS he needs his system online.

challenging task for me is how can I get all drawing information from his ArcGIS that I can show that same drawing on google map using javascript or php or whatever I searched it but I am not satisfied yet.

there is also a solution of creating ArcGIS Server, but that will be my 2nd priority. I am thinking to somehow export all drawing information from ArcGIS and feed it to google map. bcz there will be no frequent changes in drawing he has. (means drawings are static and not changing frequently.)

share|improve this question
2  
Would KML files fit your needs? developers.google.com/kml/documentation/kml_tut –  Aaron Mar 15 '14 at 16:31
    
Does it have to be in Google specifically or can it be served on any online web map interface? –  mpianka Mar 15 '14 at 18:24

1 Answer 1

This is a two step process:

  1. Using ArcGIS for Desktop export a single Layer to KML or a whole Map to KML
  2. Display your KML in Google Maps - perhaps using Google Maps JavaScript API v3.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.