Buildings Numbers

4497
7
02-03-2015 06:50 AM
GIMSlab
New Contributor

How to show building numbers on the map with ArcGIS API for JavaScript?

Tags (1)
0 Kudos
7 Replies
TimWitt2
MVP Alum
0 Kudos
GIMSlab
New Contributor

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?

0 Kudos
TimWitt2
MVP Alum

You need to be more specific.

Do you have a feature layer of buildings?

Do you mean the buildings that are on an ESRI basemap?

0 Kudos
GIMSlab
New Contributor

I am trying to display a simple map:

map = new Map("map", {

   basemap: "streets",

   center: [54.7249, 55.9425], 

   zoom: 5

  });

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?

P.S. I do not have a feature layer of buildings.

0 Kudos
ChrisSergent
Regular Contributor III

Zoom in on this page: GIS Web  Is this what you want; house numbers? We published the layer to display the numbers. Here is our web service that does it: ArcGIS JavaScript API: Public/InternetVector

0 Kudos
GIMSlab
New Contributor

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...

0 Kudos
TimWitt2
MVP Alum

No ESRI basemap shows individual house numbers. Some basemaps however show street ranges.

0 Kudos