<?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: Buildings Numbers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573980#M53612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to display a simple map:&lt;/P&gt;&lt;P&gt;map = new Map("map", {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; basemap: "streets", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; center: [54.7249, 55.9425],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; zoom: 5&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;All I have is a map with street names on it. Is it possible to show not just streets, but the buildings on these streets and their numbers. Like in Google Maps?&lt;/P&gt;&lt;P&gt;P.S. I do not have &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;a feature layer of buildings.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 15:15:52 GMT</pubDate>
    <dc:creator>GIMSlab</dc:creator>
    <dc:date>2015-02-03T15:15:52Z</dc:date>
    <item>
      <title>Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573976#M53608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to show building numbers on the map with ArcGIS API for JavaScript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573976#M53608</guid>
      <dc:creator>GIMSlab</dc:creator>
      <dc:date>2015-02-03T14:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573977#M53609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help &lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_label.html" title="https://developers.arcgis.com/javascript/jssamples/layers_label.html"&gt;Label Layer | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573977#M53609</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-03T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573978#M53610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But how to show the numbers of buildings? I mean that there only streets names on the map. Is it possible to show the numbers of the buildings, not just their figures?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573978#M53610</guid>
      <dc:creator>GIMSlab</dc:creator>
      <dc:date>2015-02-03T15:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573979#M53611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a feature layer of buildings?&lt;/P&gt;&lt;P&gt;Do you mean the buildings that are on an ESRI basemap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573979#M53611</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-03T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573980#M53612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to display a simple map:&lt;/P&gt;&lt;P&gt;map = new Map("map", {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; basemap: "streets", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; center: [54.7249, 55.9425],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; zoom: 5&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;All I have is a map with street names on it. Is it possible to show not just streets, but the buildings on these streets and their numbers. Like in Google Maps?&lt;/P&gt;&lt;P&gt;P.S. I do not have &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;a feature layer of buildings.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573980#M53612</guid>
      <dc:creator>GIMSlab</dc:creator>
      <dc:date>2015-02-03T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573981#M53613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zoom in on this page: &lt;A href="http://maps.decaturil.gov/gisweb/" title="http://maps.decaturil.gov/gisweb/"&gt;GIS Web&amp;nbsp; &lt;/A&gt; Is this what you want; house numbers? We published the layer to display the numbers. Here is our web service that does it: &lt;A href="http://maps.decaturil.gov/arcgis/rest/services/Public/InternetVector/MapServer?f=jsapi" title="http://maps.decaturil.gov/arcgis/rest/services/Public/InternetVector/MapServer?f=jsapi"&gt;ArcGIS JavaScript API: Public/InternetVector&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573981#M53613</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-03T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573982#M53614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I want to show house numbers. Is it possible to show them whole around the world? Maybe some special options in Map class or smth else? I want to create ArcGIS map similar to Google Maps by its detalization... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573982#M53614</guid>
      <dc:creator>GIMSlab</dc:creator>
      <dc:date>2015-02-03T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Buildings Numbers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573983#M53615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ESRI basemap shows individual house numbers. Some basemaps however show street ranges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/buildings-numbers/m-p/573983#M53615</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-03T15:37:09Z</dc:date>
    </item>
  </channel>
</rss>

