<?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: Bookmark export? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468125#M23601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is this still the only option to export out the bookmarks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jack&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 22:35:51 GMT</pubDate>
    <dc:creator>JackZHANG</dc:creator>
    <dc:date>2014-02-25T22:35:51Z</dc:date>
    <item>
      <title>Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468122#M23598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a map and was able to access it from my iPhone through the ArcGIS app. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I was in the field I added a bunch of bookmarks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way I can export those bookmarks to show up in GIS, or even a spreadsheet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 13:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468122#M23598</guid>
      <dc:creator>kaciblaney</dc:creator>
      <dc:date>2011-12-07T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468123#M23599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no user interface to do this. There's probably a way to write code using the JavaScript API, however, as I'm not a JavaScript programmer, here's how I got the bookmark info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;First, temporarily share your web map item with everyone.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Go to the item details page of the web map, like this one. &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=925f2a7293a54506a7c9c810b44656dd" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=925f2a7293a54506a7c9c810b44656dd&lt;/A&gt;&lt;/PRE&gt; Notice that the URL contains the ID of the web map&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Replace your ID in this URL:&amp;nbsp; &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/sharing/content/items/925f2a7293a54506a7c9c810b44656dd/data?f=pjson" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/sharing/content/items/925f2a7293a54506a7c9c810b44656dd/data?f=pjson&lt;/A&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use the web browser to search for 'bookmark'. You should see a section like this:&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp; "bookmarks": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "California",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": -1.4225404365224404E7,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": 3530121.6153386203,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": -1.2038693860042663E7,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 5496693.479059111,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {"wkid": 102100}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Western US",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": -1.410065913506303E7,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": 2573741.517434749,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": -9727238.124699548,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 6506885.244875732,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {"wkid": 102100}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; ]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 17:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468123#M23599</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2011-12-07T17:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468124#M23600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I understand from above instructions how to get the bookmark code ... but how do I add this code to a new ArcGIS online map so that I don't have to manually re-create all the bookmarks??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lucinda Dykes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Willamalane Park and Recreation District&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 20:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468124#M23600</guid>
      <dc:creator>LucindaDykes</dc:creator>
      <dc:date>2013-09-04T20:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468125#M23601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is this still the only option to export out the bookmarks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jack&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 22:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468125#M23601</guid>
      <dc:creator>JackZHANG</dc:creator>
      <dc:date>2014-02-25T22:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468126#M23602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does not allow you to export the bookmarks but if you have bookmarks already created in a webmap it will let you to copy them to other webmaps or multiple webmaps at one time. It will also let you reorder the bookmarks if you need to do this as well. You can get the tool here &lt;A href="https://marketplace.arcgis.com/listing.html?id=c34019b0623041608df4d06970a7a96a" title="https://marketplace.arcgis.com/listing.html?id=c34019b0623041608df4d06970a7a96a"&gt;https://marketplace.arcgis.com/listing.html?id=c34019b0623041608df4d06970a7a96a&lt;/A&gt; Admin Tools for ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468126#M23602</guid>
      <dc:creator>NeillJobe</dc:creator>
      <dc:date>2015-02-06T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark export?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468127#M23603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am searching for a way to do something very similar- grab extents of bookmarks created somewhere (initially thought in AGOnline, but I can use MXD too) &lt;/P&gt;&lt;P&gt;I too would like to be able to export/save the extents of the bookmarks so I can use them in iframes. I can go to 'share' at each bookmark and get the code I need, but was hoping that I did not have to do that dozens of times. The whole idea is for me to provide extents and iframes to our web guy to create an overview map and then several zoomed in maps (based on my bookmarks) to several different pages. Having everything in one location (extent links, URLs) and using one web map would really help as right now, the web person creates a separate Google map for each map type. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 17:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/bookmark-export/m-p/468127#M23603</guid>
      <dc:creator>C_EHoward</dc:creator>
      <dc:date>2016-02-19T17:22:02Z</dc:date>
    </item>
  </channel>
</rss>

