<?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 Re: Dojo zoom  Dijit - simple question in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286063#M26373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for that - I have it all nicely integrated in my site now - however, I have been using the "compact" version of the API - mainly as the zoom buttons are nice and clear (the default ones just vanish, and I haven't had time to work out how to customize them)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past I've been able to work out which bits I needed to include by name when using the compact version, but I can't work it out this time.&amp;nbsp; Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit - not so important now - I've reverted to full version and changed the slider - still work in progress as I need to tidy up the code a bit &lt;/SPAN&gt;&lt;A href="http://maps.eastdevon.gov.uk/mapping/shlaa/"&gt;http://maps.eastdevon.gov.uk/mapping/shlaa/ &lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 12:34:02 GMT</pubDate>
    <dc:creator>AdrianMarsden</dc:creator>
    <dc:date>2011-01-31T12:34:02Z</dc:date>
    <item>
      <title>Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286055#M26365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking at the excellent example here - &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2009/05/29/An-easier-way-to-zoom_3A00_-A-Dojo-dijit-that-zooms-to-states-and-counties.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2009/05/29/An-easier-way-to-zoom_3A00_-A-Dojo-dijit-that-zooms-to-states-and-counties.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and have what is probably a numpty question - how do i create my own JSON files for areas I want to create a zoom list to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:15:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286055#M26365</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-01-13T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286056#M26366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's completely up to you. When I originally wrote the dijit, I used some python to read the county and state geometries, grab the extents and write a .json file that could be used easily by a dojo data store. Take a look at the county and state .json files provided in the sample and you'll be able to see the structure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also take a look at another blog post:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/apl/archive/2009/08/06/Custom-Objects-in-dojo.ItemFileReadStore_3A00_-Using-a-Type-Map.aspx"&gt;Custom Objects in dojo.ItemFileReadStore: Using a Type Map&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 17:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286056#M26366</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-01-13T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286057#M26367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;cool, as long as I wasn't missing the big red "make shapefile to JSON" button somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, whilst at home watching an episode of Buffy, I realized how to do it.&amp;nbsp; I have FME, which creates full fat JSON files, with the full geometry in.&amp;nbsp; But I realized if I take yours, convert it, say to a dbf, in FME, see the structure, then make a similar one with the areas I want in, FME should then convert that back to a JSON with just what I want - i think:D&amp;nbsp; Who knows, but I think I can see the light (as it were)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 18:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286057#M26367</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-01-13T18:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286058#M26368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem. You could also paste some of the json in a site like &lt;/SPAN&gt;&lt;A href="http://jsbeautifier.org/"&gt;JS Beautifier&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://chris.photobooks.com/json/default.htm"&gt;JSON Visualization&lt;/A&gt;&lt;SPAN&gt; to get an idea of the structure of each JSON file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 19:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286058#M26368</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-01-13T19:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286059#M26369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FME 2011 came my way today,with a new format ESRIJSON - one output geometry is "rectangle" running the shapefile with my towns though the "bounds extractor" and to an ESRIJSON format with rectangle geometries, more or less got what I want in one hit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to test it &amp;amp; stuff but it looks perfect &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 15:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286059#M26369</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-01-19T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286060#M26370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice! I'm not an FME user but that sounds like exactly what you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 16:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286060#M26370</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-01-19T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286061#M26371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;one final question - is the packaged example still around for download - the link on the blog is broken - obviously I can get all the files one at a time.....;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286061#M26371</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-01-20T14:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286062#M26372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since the old resource center was retired, I'm not sure where you can download this anymore. I'm planning to update and post on arcgis.com. Until then, I've attached the file that was previously available on the resource center.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286062#M26372</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-01-20T16:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dojo zoom  Dijit - simple question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286063#M26373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for that - I have it all nicely integrated in my site now - however, I have been using the "compact" version of the API - mainly as the zoom buttons are nice and clear (the default ones just vanish, and I haven't had time to work out how to customize them)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past I've been able to work out which bits I needed to include by name when using the compact version, but I can't work it out this time.&amp;nbsp; Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit - not so important now - I've reverted to full version and changed the slider - still work in progress as I need to tidy up the code a bit &lt;/SPAN&gt;&lt;A href="http://maps.eastdevon.gov.uk/mapping/shlaa/"&gt;http://maps.eastdevon.gov.uk/mapping/shlaa/ &lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 12:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-zoom-nbsp-dijit-simple-question/m-p/286063#M26373</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-01-31T12:34:02Z</dc:date>
    </item>
  </channel>
</rss>

