Questions tagged [esri-maps]

102 questions
0
votes
1 answer

Changing icons for markers in a ESRI feature layer based on attribute values

I have an esri feature layer with multiple attributes in it. i need to set different icons to its marker based on one of the attribute value, is it possible to have multiple renderers for the same layer based on some codition ? this is what i have…
ashif-ismail
  • 1,037
  • 17
  • 34
0
votes
1 answer

initiaize object of AGSGeodatabase with file path is returning "File not found

I want to post this question on esri community, but I was not able to login there. I created the offline geo database and showing the layers from it to the map. My issue is when i download the geoDatabse and show the data from it is working fine for…
Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39
0
votes
1 answer

Feature layer markers not getting displayed in Esri ios SDK

I'm using ESRI iOS SDK 10.2.5,my app was built using swift 2.3 and i have converted it to 3.2 now,everythng works fine. but there's a little problem in displaying the markers in feature layer which used to work correctly in swift 2.3 the method…
user1474752
0
votes
1 answer

How to set the info template on a wms layer

In arcgisdynamicmapservicelayer I can set a template for the popup window like this: setInfoTemplatesObject[tooltipObject.Laagindex] = { infoTemplate: new InfoTemplate(tooltipObject.Title, tooltipObject.Content)…
Timvr01
  • 476
  • 4
  • 15
0
votes
2 answers

add marker using esri leaflet

I want to add a marker using esri leaflet cart, My code to add a marker using mapbox is given as follow: var marker = L.marker(new L.LatLng(lat, long), { icon: L.mapbox.marker.icon({ 'marker-color': 'ff8888' }), …
Majdi Taleb
  • 731
  • 3
  • 9
  • 26
0
votes
1 answer

TextSymbol not working inside MapView(ESRI 4.3 arcgis)

The following is my code sample- I tried rendering the map using the Picture Marker Symbol(as used in the example) and it works pretty well but if I use TextSymbol as mentioned in the documentation inside Graphic object, the application fails with…
0
votes
0 answers

How to load Feature Layer over Raster Layer in Android ESRI ArcGIS 10.2.9?

I am trying to load a map from a url with different layers using arcgis sdk. I'm using ArcGISDynamicMapServiceLayer to load the multi-layer map . Everything works fine except Feature Layer is not loading over Raster layer. There are 8 layers inside…
Nikhil
  • 911
  • 15
  • 28
0
votes
1 answer

Want to merge group of tracts with esri using javascript

I am using Esri web with javascript to create a heat map of tracts. There are groups of tracts that represent one area so I want to merge and remove the bounders between them. How can I do this? This is How I draw the tracts: var featureLayer = new…
Moayad Ahmad
  • 115
  • 1
  • 11
0
votes
2 answers

hide measurement widget and show on radio button check

i wanted to hide measurement widget . and wanted to display when radio button checked. but when i hide it, it becomes like this and does not show on radio button click here is my code var measurement = new esri.dijit.Measurement({ map: map, …
Sarah Salar
  • 193
  • 1
  • 3
  • 14
-1
votes
1 answer

How to solve template error in Arcgis AR for iOS

I am trying to create an AR App for navigation, so i downloaded the templates suggested by arcgis for that, while there were no errors in xamarin.forms there are lot of namespace errors in xamarin.ios where i wanted to build my app, the errors are…
H99C
  • 13
  • 4
-1
votes
3 answers

Esri maps coordinate convert

I'm trying to implement Esri maps into a WPF project and I can't get my head around the coordinates they use. The old system used lat/long so I need to get the same values from Esri. When I get the MapPoint object for the current position of the…
Murphybro2
  • 2,207
  • 1
  • 22
  • 36
-5
votes
1 answer

Is Arcgis Maps Free

I want to use ArcGIS Online in public web application does this require key? or any limit quota per day? or limit users or any pricing? For example I know that Google maps with key is limited 2,500 requests per day Bing maps is…
GN2271
  • 17
  • 8
1 2 3 4 5 6
7