<?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: data marker in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485863#M45225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the example kelly. i was trying to create an object esri.geometry.point, while using lat./long. instead of x,y. the following made all the difference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var geometry = esri.geometry.geographicToWebMercator(new esri.geometry.Point(item.longitude, item.latitude));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is exactly what i needed. thanks guys!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2011 15:48:34 GMT</pubDate>
    <dc:creator>JulieRecker</dc:creator>
    <dc:date>2011-05-11T15:48:34Z</dc:date>
    <item>
      <title>data marker</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485859#M45221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i am currently rewriting a google maps (API v.2) viewer in arcgis for javascript. i have several points that i query a database for and display on the map, with associated info window on click. in google maps, you use the GMarker. what is the best way using arcgis for javascript. map.graphics? a feature layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 18:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485859#M45221</guid>
      <dc:creator>JulieRecker</dc:creator>
      <dc:date>2011-05-10T18:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: data marker</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485860#M45222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; have several points that i query a database for and display on the map, with associated info window on click&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Julie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd probably want to use graphic objects to replicate this. See the sample at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/graphics_multiple_layers.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/graphics_multiple_layers.html&lt;/A&gt;&lt;SPAN&gt; to get started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 04:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485860#M45222</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-05-11T04:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: data marker</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485861#M45223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the response. what i'm trying to do is pull x,y coordinates from a database, and put them as point markers on the map. with an info window, of course. so, i'm not querying layers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 14:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485861#M45223</guid>
      <dc:creator>JulieRecker</dc:creator>
      <dc:date>2011-05-11T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: data marker</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485862#M45224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample Steve pointed you to (Multiple Graphics Layers) is a good one for getting started. In that sample the graphics are generated as the results of a query - so you'll need to modify the code to loop through your database results and add a graphic for each point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternate approach might be to use a feature layer. I've attached an example that gets geo-tagged photos from Flickr and displays them on a map. To view the attachment, rename the file extension to .html.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 15:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485862#M45224</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-05-11T15:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: data marker</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485863#M45225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the example kelly. i was trying to create an object esri.geometry.point, while using lat./long. instead of x,y. the following made all the difference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var geometry = esri.geometry.geographicToWebMercator(new esri.geometry.Point(item.longitude, item.latitude));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is exactly what i needed. thanks guys!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 15:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-marker/m-p/485863#M45225</guid>
      <dc:creator>JulieRecker</dc:creator>
      <dc:date>2011-05-11T15:48:34Z</dc:date>
    </item>
  </channel>
</rss>

