|
POST
|
Yes I would need some specifics please. Thank you Robert
... View more
11-15-2015
01:21 PM
|
0
|
2
|
1844
|
|
POST
|
It is clearing out the previous marker from the map each time I click on the a new location. How to prevent the location from removing the previous marker?
... View more
11-15-2015
05:13 AM
|
0
|
4
|
1844
|
|
POST
|
I am trying to change the location behavior within the measure widget. my goal is to continue appending the locations each time the user clicks on the map and also not clearing the location graphics on the map. These locations will be then sent in an email. I could create a different container to perform this task but I thought since I already have the measurement widget I may just use it. var measurement = new Measurement({
map: map
}, dom.byId("measurementDiv"));
measurement.startup();
measurement.on("measure-end", getmeasure);
function getmeasure(evt) {
//console.log(evt);
switch (evt.toolName) {
case "location":
console.log("Lat: " + evt.values[0] + " Lng: " + evt.values[1]);
var tbl = $(".esriMeasurementResultTable tbody");
tbl.append("<tr>"+
"<td><img src='images/esriGreenPin16x26.png' style='vertical-align:middle'></td>" +
"<td class='esriMeasurementTableCell'>" + evt.values[0] + "</td><td class='esriMeasurementTableCell'>" + evt.values[1] + "</td>");
break;
default:
break;
}
} Is there a different way of doing this?
... View more
11-14-2015
06:58 AM
|
0
|
6
|
4875
|
|
POST
|
Thank you Robert but it looks like LODS only works for ArcGISTiledMapServiceLayer how would you implement it on the map object?
... View more
08-26-2015
06:55 AM
|
0
|
1
|
1535
|
|
POST
|
I would like to expand the zoom level up to the layer details. Currently the default zoom level stops at 17. Is it possible to make it go up to 20 for example?
... View more
08-26-2015
05:50 AM
|
0
|
6
|
3908
|
|
POST
|
if Landscape is the first option in your combobox, then you can reset it using comboBox1.selectedIndex = 0 If you do not want anything selected, then use comboBox1.selectedIndex = -1, with comboBox1 the instance name of your ComboBox.
... View more
08-08-2015
03:35 PM
|
1
|
2
|
1449
|
|
POST
|
Yes, but found the better one: Context Menu for Map and Graphics
... View more
07-10-2015
09:09 AM
|
1
|
0
|
1854
|
|
POST
|
I would like to provide an option to delete vertices. example right click on the vertices and click delete. and also and undo vertices option. Another option that I would like to have is to create a new feature from a copy of an existing one. example: select a shape, copy and paste it at the same spot(location) then update the attributes...
... View more
06-19-2015
12:35 PM
|
0
|
4
|
5207
|
|
POST
|
How to add a new feature with neither the Editor widget and template picker using just graphics?
... View more
06-05-2015
11:00 AM
|
0
|
1
|
2073
|
|
POST
|
Sorry guys, the problem was my service layer projection system. I had to re-project it in ArcMap in the correct projection and then republished the service. Now it works just fine. Thank you all...
... View more
05-22-2015
07:51 AM
|
0
|
1
|
1509
|
|
POST
|
the spatial reference may be the issue here but I am not quite sure to verify that. I tried graphic.outSpatialReference = { wkid: 102100 }; still nothing. is there another way to convert the spatial reference?
... View more
05-21-2015
08:45 PM
|
0
|
1
|
1509
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-12-2024 07:03 AM | |
| 1 | 12-11-2024 02:20 PM | |
| 2 | 06-27-2023 09:06 PM | |
| 1 | 12-17-2021 08:58 AM | |
| 3 | 12-17-2021 09:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-12-2024
05:34 PM
|