How to show building numbers on the map with ArcGIS API for JavaScript?
No ESRI basemap shows individual house numbers. Some basemaps however show street ranges.
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...
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
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.
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?
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?
This might help Label Layer | ArcGIS API for JavaScript
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.