|
POST
|
An option is to use a custom pop up with a text box inside. see the following samples for ideas Info Window Lite | ArcGIS API for JavaScript 3.17 Customize popup | Guide | ArcGIS API for JavaScript 3.17
... View more
06-24-2016
01:34 AM
|
0
|
1
|
1411
|
|
POST
|
if you see on JS API 4.0 functionallity matrix Measurement is Coming soon. Functionality matrix | ArcGIS API for JavaScript 4.0 so we are waiting for measurement on 3D API.
... View more
06-23-2016
12:05 AM
|
0
|
3
|
2092
|
|
POST
|
A sample code is below, the images placed on application folder on this sample. dojo.require("esri.map"); dojo.require("esri.layers.MapImageLayer"); function init() { //var initialExtent = new esri.geometry.Extent({"xmin":4488509,"ymin":5477146,"xmax":4491257,"ymax":5479894,"spatialReference":{"wkid":31494}}); var initialExtent = new esri.geometry.Extent({"xmin":23.66,"ymin":37.84,"xmax":23.84,"ymax":38,"spatialReference":{"wkid":4326}}); var map = new esri.Map("map",{extent:initialExtent}); //var imageParameters = new esri.layers.ImageParameters(); //imageParameters.format = "jpeg"; //set the image type to PNG24, note default is PNG8. //Takes a URL to a non cached map service. //var dynamicMapServiceLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://83.235.175.160:2121/ArcGIS/rest/services/iMAGEsERVER/MapServer", {"opacity":0.1 , "imageParameters":imageParameters}); //map.addLayer(dynamicMapServiceLayer); //var mi = new esri.layers.MapImage({ // 'extent': { 'xmin': 4488510.42536545, 'ymin': 5477147.18036545, 'xmax': 4491256.57463455, 'ymax': 5479893.32963455, 'spatialReference': { 'wkid': 31494 }}, // 'href': '_ags_map91b8e8b3704d49bfac34ee9b14674ecf.png' //}); var a1 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.758746844, 'ymin': 37.945549845, 'xmax': 23.761399943, 'ymax': 37.947220227, 'spatialReference': { 'wkid': 4326 }}, 'href': 'A1.jpg' }); var a2 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.761392805, 'ymin': 37.945545086, 'xmax': 23.764045904, 'ymax': 37.947215468, 'spatialReference': { 'wkid': 4326 }}, 'href': 'A2.jpg' }); var a3 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.764036386, 'ymin': 37.945545086, 'xmax': 23.766689485, 'ymax': 37.947215468, 'spatialReference': { 'wkid': 4326 }}, 'href': 'A3.jpg' }); var b1 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.758753982, 'ymin': 37.947194053, 'xmax': 23.761407081, 'ymax': 37.948864434, 'spatialReference': { 'wkid': 4326 }}, 'href': 'B1.jpg' }); var b2 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.761397564, 'ymin': 37.947191673, 'xmax': 23.764050663, 'ymax': 37.948862055, 'spatialReference': { 'wkid': 4326 }}, 'href': 'B2.jpg' }); var b3 = new esri.layers.MapImage({ 'extent': { 'xmin': 23.764038765, 'ymin': 37.947189294, 'xmax': 23.766691864, 'ymax': 37.948859675, 'spatialReference': { 'wkid': 4326 }}, 'href': 'B3.jpg' }); var mil = new esri.layers.MapImageLayer({ 'id': 'usgs_screen_overlay' }); mil.addImage(a1); mil.addImage(a2); mil.addImage(a3); mil.addImage(b1); mil.addImage(b2); mil.addImage(b3); map.addLayer(mil); } dojo.addOnLoad(init);
... View more
06-22-2016
02:57 AM
|
1
|
1
|
2879
|
|
POST
|
Using Bower (A package manager for the front-end web development) is another option for developers of the JavaScript API to generate custom builds of the ArcGIS API for JavaScript. or you can use The ArcGIS API for JavaScript Web Optimizer, is a web application that generates custom builds of the ArcGIS API for JavaScript. The advantage of using a custom build is that your application downloads and parses only the required JavaScript resources for your specific application, making your application load faster. See here, Get the ArcGIS API for JavaScript | Guide | ArcGIS API for JavaScript
... View more
06-21-2016
02:31 AM
|
0
|
0
|
441
|
|
POST
|
Hi Dave see the following with Dialog enabled Edit fiddle - JSFiddle
... View more
06-21-2016
12:19 AM
|
1
|
0
|
2151
|
|
POST
|
also you can place the Y,X table inside map and allow user to see mouse coords on mouse move
... View more
06-17-2016
12:16 AM
|
1
|
5
|
2151
|
|
POST
|
Hi Dave see the following Edit fiddle - JSFiddle something happened with Dialog box. I placed the Table on below Custom tool button
... View more
06-17-2016
12:13 AM
|
1
|
0
|
2151
|
|
POST
|
you can prepare a spatial view on SDE geodatabase with a field containing the full path. Full path can be constructed using SQL. An alternative is to create this path on Web App level (with javascript + HTML) when you creating the Pop - Up info.
... View more
06-15-2016
03:57 AM
|
0
|
1
|
614
|
|
POST
|
Create a schema owner or owners to host the spatial data. From ArcCatalog connect as SYS and create the new user you can create more than one schema owners depend the data you have and way you want to organize the data for example a schema owner for the Vector and one other for the Rasters or a schema owner for the Operational Data and one other for the Basemap Layers or a schema owner for the Public Available Data and one other for the confidential........and so on. Also keep in your mind that the different schema owners can help you to manage better the DBMS backup. For example the a schema with static spatial data (e.g images) does not need to participate in to the every day backup process.
... View more
06-14-2016
07:29 AM
|
1
|
0
|
755
|
|
POST
|
This also can be used for the existing views. Create the simple view from the ArcCatalog and replaced the sql statement with what you have in the existing View. This is a spatial view, if you see in the previous images the view ignored as SDE Feature Class.
... View more
06-14-2016
02:02 AM
|
0
|
0
|
2872
|
|
POST
|
besides SDE commands an another way is to create a simple view from ArcCatalog just add a simple sql statement in order to create a registered sde view finally from Oracle SQL Developer open and edit the sql statement in order to be the desired.
... View more
06-14-2016
01:48 AM
|
1
|
2
|
2872
|
|
POST
|
try this symbol = new SimpleFillSymbol(SimpleFillSymbol.STYLE_NONE, new SimpleLineSymbol(SimpleLineSymbol.STYLE_DASHDOT, new Color([255,0,0]), 2), new Color([255,255,0,0.25]));
... View more
06-14-2016
01:32 AM
|
0
|
1
|
1503
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-05-2017 12:35 AM | |
| 1 | 02-15-2021 07:16 AM | |
| 1 | 02-15-2021 12:05 AM | |
| 1 | 02-15-2021 12:02 AM | |
| 2 | 12-21-2020 12:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-20-2025
06:08 AM
|