<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic converting a google map project to arcGIS project in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379856#M35253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I've been giving a project to work on which consists of converting a Google maps API service to an ArcGIS JavaScript API service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am familiar with JavaScript, but by no means am I an expert so I was wondering if anyone would be able to help me get started on this. Such as what are some common things that would generally be troublesome when converting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 14:03:48 GMT</pubDate>
    <dc:creator>TravisD</dc:creator>
    <dc:date>2012-07-25T14:03:48Z</dc:date>
    <item>
      <title>converting a google map project to arcGIS project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379856#M35253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I've been giving a project to work on which consists of converting a Google maps API service to an ArcGIS JavaScript API service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am familiar with JavaScript, but by no means am I an expert so I was wondering if anyone would be able to help me get started on this. Such as what are some common things that would generally be troublesome when converting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379856#M35253</guid>
      <dc:creator>TravisD</dc:creator>
      <dc:date>2012-07-25T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: converting a google map project to arcGIS project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379857#M35254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd start by playing around with the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm"&gt;Samples&lt;/A&gt;&lt;SPAN&gt; page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then build a basic map based on the ArcGIS API, and gradually add the functionality you need by reading the doco for that function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a working Google Maps example should help you to port across the functionality piecemeal, since you'll know what you need to emulate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 22:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379857#M35254</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-07-25T22:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: converting a google map project to arcGIS project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379858#M35255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you think it would be easier to start new and gradually add in the different sections rather than just editing what I already have?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ask this because it is a decently large amount of code (~1100 lines) and not all of it is part of the Google API with some of it being AJAX and such.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 17:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379858#M35255</guid>
      <dc:creator>TravisD</dc:creator>
      <dc:date>2012-07-30T17:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: converting a google map project to arcGIS project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379859#M35256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Travis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's hard to give specific advice without seeing your site. But my experience in doing something similar (I reproduced an ArcGIS JS API site in OpenLayers) was to isolate the parts of my code which were specific to ArcGIS, and replicate them in OpenLayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like you I had a lot of non-ArcGIS code which I could re-use - the HTML and CSS were unchanged, and other functions like changing basemaps had an equivalent method in OpenLayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you're familiar with how the ArcGIS JS API works (by playing with the samples), you should have a better feel for the changes you'll need to make.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg, if your current site adds a polygon overlay to Google Maps, figure out how to do the same thing in ArcGIS. Same with changing basemaps, zooming to a bookmark, adding a KML layer, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 22:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379859#M35256</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-07-30T22:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: converting a google map project to arcGIS project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379860#M35257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds great. Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/converting-a-google-map-project-to-arcgis-project/m-p/379860#M35257</guid>
      <dc:creator>TravisD</dc:creator>
      <dc:date>2012-07-31T12:23:49Z</dc:date>
    </item>
  </channel>
</rss>

