|
POST
|
Lucky for you the polyline is already a list of points (in a list of paths): Polyline | API Reference | ArcGIS API for JavaScript 4.3 You just need to fetch the feature geometry and iterate through it. Do you want to create point features from the paths?
... View more
05-30-2017
11:25 PM
|
3
|
2
|
2198
|
|
POST
|
Have you added the proxy rule in your Javascript? urlUtils.addProxyRule({
urlPrefix: "http://103.203.139.72/erdas-apollo/coverage",
proxyUrl: "/proxy/"
});
... View more
05-24-2017
11:10 PM
|
0
|
0
|
2299
|
|
POST
|
No idea. Why don't you just customize your menu and add the button from the Commands list?
... View more
05-24-2017
03:20 AM
|
0
|
0
|
2721
|
|
POST
|
According to the error message you haven't set up the proxy.config file properly. For the WMS server you want to access the config file (for the PHP example) needs to look something like this: <?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="http://yourdomain.com/sitefolder/"
logFile="proxy_log.log"
mustMatch="true">
<serverUrls>
<serverUrl url="http://103.203.139.72/erdas-apollo/coverage"
matchAll="true"
username="user123"
password="password123"/>
</serverUrls>
</ProxyConfig>
... View more
05-23-2017
10:42 PM
|
0
|
2
|
2299
|
|
POST
|
Maybe not the best ArcGIS answer, but if you have no other option you should look at the QGIS Polygonize tool, which can be found in the Processing Toolbox - won't work with Esri Feature Classes of course, but it's free .
... View more
05-23-2017
04:26 AM
|
0
|
2
|
2721
|
|
POST
|
Hi Dan, the question spawns from this one: https://community.esri.com/thread/195360-polyline-to-polygon-comparison-tool-and-own-code
... View more
05-22-2017
11:39 PM
|
1
|
0
|
2721
|
|
POST
|
You shoule be able to specify the authentication through a resource proxy: GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP.
... View more
05-22-2017
06:30 AM
|
2
|
4
|
2299
|
|
POST
|
Could you please edit your post and use the Syntax Highlighter for your code? The indentation is cryptic as it currently is.
... View more
05-22-2017
04:00 AM
|
0
|
0
|
3604
|
|
POST
|
Yes, but you are incorrectly increasing the counter in the next indented for loop iterating the vertices and not in the part iteration. So you will always just process the first (index 0) part and skip the rest.
... View more
05-22-2017
03:28 AM
|
0
|
3
|
3604
|
|
POST
|
I think your partnum counter on line 46 is indented one line too many.
... View more
05-22-2017
12:59 AM
|
0
|
5
|
3604
|
|
POST
|
Have you converted the YEAR and CASES fields to type INTEGER like Xander suggested? From your screenshot it is clear that they are of type TEXT, because of the left alignment in the table column - numerical values are right-aligned.
... View more
05-18-2017
11:33 PM
|
0
|
2
|
3054
|
|
POST
|
If you have a set method of determining the popup "class", e,g. only features from a certain layer is returned, you can still do it in CSS: .InfoWindowWidget .classA .title { display: none; } To set the additional class of the popup: var myIW = document.getElementsByClassName('InfoWindowWidget')[0];
myIW.className += " classA"; And to remove the additional class again: var myIW = document.getElementsByClassName('InfoWindowWidget')[0];
myIW.className = "InfoWindowWidget";
... View more
05-17-2017
11:17 PM
|
0
|
0
|
1553
|
|
POST
|
You should be able to accomplish this with a Spatial Join: Spatial Join—Help | ArcGIS for Desktop
... View more
05-17-2017
11:05 PM
|
1
|
1
|
2962
|
|
POST
|
If cmcclain's solution does not work, you could either dissolve the polygons on a field with mutual attribute value, or start an edit session and select all the polygons to merge into a single feature.
... View more
05-17-2017
06:25 AM
|
1
|
0
|
2475
|
|
POST
|
So I decided not to use the WCS Layer identify method in the end and rather use the GetFeatureInfo request for the WMS of the same service. The application works on the Sentinel-Hub WMS layers with which you can extract band values for each of the 13 bands and the derived layers e.g. NDVI or moisture index.
... View more
05-16-2017
06:39 AM
|
0
|
0
|
1101
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2024 12:37 AM | |
| 1 | 10-02-2025 10:28 AM | |
| 1 | 09-17-2024 12:29 AM | |
| 1 | 03-15-2024 11:33 AM | |
| 1 | 03-13-2024 11:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|