The dynamic tag has no wiki summary.
4
votes
1answer
443 views
Can you use active layer as input for dynamic text?
I'm wondering if you can lift the name of a layer in the ToC (within a group) and use it in dynamic text. Is there existing syntax to do this?
eg.
Using ArcMap 10 sp3. Thanks in advance,
Matt
0
votes
1answer
92 views
Dynamically Reload OpenLayers Marker Layer based on user input
Not really sure how to ask this, so I'll outline the scenario.
We have a database with locations in it. There are various types of cars at each location and each car has a problem of varying ...
1
vote
0answers
71 views
Layer set visible
I add this layer like this:
var POIData = new esri.layers.ArcGISDynamicMapServiceLayer("https://mysite.com/ArcGIS/rest/services/POI_Data/MapServer");
map.addLayer(POIData);
...
1
vote
0answers
112 views
Time Slider and data driven pages
I have parcel polygon data from 1900 to 2000. Using the Time Slider tool I can animate the parcel map. I would like to parcel attribute information like grantor name as the map is populated over ...
1
vote
0answers
114 views
How to create a dynamic distance calculator for selected line feature classes?
My situation:
I am relatively new to GIS so forgive me if this is a stupid question. I am working on a project at a park that I am interning at where the goal is to create a single feature with ...
1
vote
0answers
135 views
Dynamic Tiling Isn't working(create tiles on demand isn't working)
I have a map where users are going to primarily being viewing a particular area, so I cached this area and checked off the dynamic tiling option inside of the service properties this worked fine for a ...