|
POST
|
One more thing Michael, you could also experiment with this Pane type.
... View more
04-16-2014
06:58 AM
|
0
|
0
|
2779
|
|
POST
|
Michael, I just tried it and this works for me. I bound the following to a button on click: dijit.byId("rightPane").domNode.style.display = 'none';
dijit.byId("map").resize();
dojo.style("map",{width: "80%"});
The first line made the pane disappear and the next two lines resized my map to fill the gap. Hope this helps! Tim
... View more
04-16-2014
05:41 AM
|
0
|
0
|
2779
|
|
POST
|
Emily, did you try and use this tool instead of clip? Let me know if that worked. Tim
... View more
04-16-2014
04:11 AM
|
1
|
1
|
7487
|
|
POST
|
No you can't, unless you can contact them and they tell you the urls for their layers.
... View more
04-14-2014
04:07 AM
|
0
|
0
|
500
|
|
POST
|
April, select all the fields that have an empty value, right click the column and chose "Field Calculator..." and just type null in the box and click OK. This will change all the empty values to <Null> Hope this helps! Tim
... View more
04-11-2014
12:16 PM
|
3
|
0
|
4552
|
|
POST
|
Marika, Did you try and use the Spatial Join tool? I think that should be able to do what you need. Hope this helps! Tim
... View more
04-11-2014
04:09 AM
|
0
|
0
|
597
|
|
POST
|
David, this sounds like you need to get the free Attribute Assistant Add-in. I wrote an article about it for the ArcUser Magazine which explains how to set it up and how it works. One of the rules, allows you to automatically populate a field depinding on a polygon that it intersects with (i.e. if you place an address point within a certain city limits, it will populate a field in your address point attribute table, using the name of that city). Hope this helps! Tim
... View more
04-10-2014
07:25 AM
|
0
|
0
|
1100
|
|
POST
|
Thomas, This should help you find where you need to input this code and here is an example of an update cursor (You can see they first define FC as the path to their table) Tim
... View more
04-09-2014
09:07 AM
|
0
|
0
|
7100
|
|
POST
|
Asif, Here is an example. Here they add a tree layer and configure a pop-up. Hope this helps! Tim
... View more
04-09-2014
04:25 AM
|
0
|
0
|
516
|
|
POST
|
Thats right, this is your only option, since you can place those points directly on structures. I work in 911 and our mapping system works with about 8 different locators. The first locator we are looking in is the Single House locator, to get the most precise location. If no point is found it defaults to our dual range locator. As long as the ranges are correct, it will at least gets you as close as possible to the real address.
... View more
04-09-2014
04:07 AM
|
0
|
0
|
2001
|
|
POST
|
Greg, this works with every type of layer. Shouldn't make a difference if you use feature layers. Tim
... View more
04-08-2014
09:13 AM
|
0
|
0
|
2126
|
|
POST
|
Maybe this example can help you? Especially the following part: //Zoom to the parcel when the user clicks a row function onRowClickHandler(evt) { var clickedTaxLotId = evt.grid.getItem(evt.rowIndex).PARCELID; var selectedTaxLot = arrayUtils.filter(map.graphics.graphics, function (graphic) { return ((graphic.attributes) && graphic.attributes.PARCELID === clickedTaxLotId); }); if ( selectedTaxLot.length ) { map.setExtent(selectedTaxLot[0].geometry.getExtent(), true); } } Instead of clicking on a row, in your case clicking on a button would have this effect. Hope this helps! Tim
... View more
04-08-2014
07:47 AM
|
0
|
0
|
1362
|
|
POST
|
Igor, maybe you can build a locator using a street file as your reference data, with the Dual Range Address Locator format. In the From Left field and To Left Field you can put in 500 and do the same for From Right and To Right fields. This means if somebody types in 500 Main Street it will take them to said block. This is the only way I see it work. Hope this helps! Tim
... View more
04-07-2014
04:42 AM
|
0
|
0
|
486
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-25-2013 07:58 AM | |
| 1 | 03-06-2014 06:03 AM | |
| 4 | 12-09-2013 03:25 AM | |
| 1 | 04-16-2014 04:11 AM | |
| 1 | 04-24-2014 10:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|