POST
|
That is how Pro created the GEO JSON. Even though it says it is supposed to be WGS84, it is Web Mercator. Ended up projecting the feature class to WGS84 and then telling it to use the original SR. I think this might be a bug or something in Pro.
... View more
08-31-2018
02:49 PM
|
0
|
2
|
2230
|
POST
|
When I export geojson in wgs84 or not using this tool. It is not usable in Leaflet. The coordinates are not in a format usable by Leaflet. How do I get them to the correct format? Example: { "type" : "FeatureCollection", "crs" : { "type" : "name", "properties" : { "name" : "EPSG:4326" } }, "features" : [ { "type" : "Feature", "id" : 1, "geometry" : { "type" : "Polygon", "coordinates" : [ [ [ -10915535.083699999, 3895736.6819000021 ], [ -10915557.3475, 3895736.6819000021
... View more
08-31-2018
09:43 AM
|
0
|
1
|
2230
|
POST
|
But I am not using a mapimagelayer. I am using a feature layer.
... View more
02-27-2018
11:31 AM
|
0
|
1
|
1563
|
POST
|
Sorry, I should of mentioned this is a 2D map and 3D is not an option.
... View more
02-27-2018
10:44 AM
|
0
|
3
|
1563
|
POST
|
I am adding a TextSymbol renderer to a feaure layer, but I cannot figure out how to make the text dynamic and pull from an attribute. All the examples I found show static text. this.motoLayer = new FeatureLayer({ url: this.layerURL, outFields: ["*"], popupTemplate: this.motoTemplate, popupEnabled: true, labelingInfo: this.motoLabel, labelsVisible: true }); var symbol = { type: "text", color: "black", haloColor: "white", haloSize: "2px", text: "\ue61d ${training_site}", xoffset: 0, yoffset: 0, font: { // autocast as new Font() size: 12, family: "CalciteWebCoreIcons", weight: "bolder" } }; this.motoLayer.renderer = { type: "simple", // autocasts as new SimpleRenderer() symbol: symbol }; this.map.add(this.motoLayer); I tried putting a function in as well and that did not work.
... View more
02-27-2018
10:29 AM
|
0
|
6
|
2196
|
POST
|
Paul, I am not able to run this install on my 2012 Windows servers. It is giving me a message that the program is not compatible with this version of Windows. What needs to be done to get the Street Map License on to install?
... View more
12-10-2014
12:11 PM
|
0
|
0
|
563
|
POST
|
I am writing a web page that gets a point and a buffer and then queries for all the zip codes within the buffer. I works fine for anything up to a 15 mile radius, but when I try a 20 mile radius I get an instant error 500 response when I try to get the zip codes. I am guessing the 500 is coming from the proxy and maybe the parameters are bigger than the IIS server is allowing to be passed into an .ashx page? Does anyone know how to fix this issue?
... View more
03-13-2012
08:47 AM
|
0
|
2
|
816
|
Online Status |
Offline
|
Date Last Visited |
06-09-2023
04:25 AM
|