252 questions
0
votes
0
answers
65
views
How to consume paginated GeoJSON sources
I would like to consume the following GeoJSON source in Mapbox:
https://geospatial.alberta.ca/titan/rest/services/transportation/access_facility_roads/FeatureServer/0/query
If I try loading this into ...
0
votes
0
answers
26
views
Integrate arcgis as a service in Visual Studio 2022 in ASP.NET MVC project, to convert address value into longitude and latitude
I want integrate arcgis as a service in Visual Studio 2022 in an ASP.NET MVC project, to convert address value into longitude and latitude.
I tried too many thing that available online.but i didn't ...
1
vote
1
answer
226
views
Widget Not Adding Layers When Configured via JSON Config in React/Esri App
I am using ArcGIS Experience Builder.
I'm working on a React component that toggles visibility of map layers in an Esri map. My widget works perfectly when I hardcode the layers configuration, but ...
0
votes
1
answer
435
views
ArcGIS Maps SDK for JavaScript 4.x - Passing token for secured FeatureLayer resource
I am migrating a 3.x Enterprise ArcGIS Server Javascript application to 4.x. The application adds secured FeatureLayer layers to the map using a service token that was generated by a separate process.
...
1
vote
1
answer
586
views
Display a vector tile layer in Openlayers with layer from arcgis REST map server
I work with a quite big feature layer that is hosted in a arcgis map server. Because of its size, loading it in Openlayers as a VectorLayer is too slow (there is about 50mb of data to load, which can ...
1
vote
1
answer
54
views
ArcGIS Selecting Everything within the circles on map
I am new to ArcGIS. I have been tasked with making a python script that will select the regions within the larger circles below.
So in other words make a selection of everything in the larger green, ...
1
vote
2
answers
580
views
Download GeoJSON-Map from ArcGis-Server
I'm trying to download a map of all roads in the German state of North Rhine Westphalia in the GeoJSON-format. I found an ArcGIS-hosted server using a REST-Api and tried to understand how it works but ...
0
votes
0
answers
281
views
ARCGIS Suvery123 Connect can create feature service is only hosted feature layer and How to solve problem?
This is hosted feature layer have enable editing
[1]: https://i.sstatic.net/LSiwi.png
This is non hosted feature layer from database (I enable edit everything before publish) don't have enable editing
...
0
votes
1
answer
67
views
ArcGis locator task vs REST call has different results
I am using the android and iOS sdks to perform a geocode request to the server.
When I am calling the same endpoint using REST I get different results back.
In my case the REST call has way more ...
0
votes
0
answers
129
views
I am unable to generate (or print) the data retrieved from the data base in PDF using JSPDF
i am new to Javascript and i am unable to print the data which is retrived from the database.
Here the concept is when i upload a file, i should get the data to be displayed in the browser and i want ...
2
votes
1
answer
800
views
ArcGIS url query using date parameter stopped working overnight
Until a few days ago, this query ran without problems:
https://dhsgis.wi.gov/server/rest/services/DHS_COVID19/COVID19_WI_V2/MapServer/11/query?where=RptDt>='2022-05-01'&outFields=*&...
-3
votes
1
answer
2k
views
Is there any ArcGIS Enterprise Trial Version?
Can someone please let me know if ESRI is offering any ArcGIS Enterprise (or ArcGIS Server only) Trail version?
I know they offer ArcGIS Online 21 days free trial but I couldn't find any trial for ...
0
votes
0
answers
716
views
ArcGIS Esri Map - Console Error - Encountered error when fetching tile
I'm currently loading an ArcGIS Esri Web Map which is having some layers in my Angular application. But after loading the map successfully, I'm getting more than 20 console errors as below.
What could ...
0
votes
1
answer
94
views
Issues to show point cloud density using javascript API
I have a sample which shows how to change size and density of points in a PointCloudLayer. Each PointCloudLayer renderer has two properties: pointSizeAlgorithm and pointsPerInch. One can change the ...
0
votes
1
answer
88
views
Connecting to the Secure Content in IOS
I am trying to connect to the portal object with the authenticated user which is cached and used throughout the app session, to provide the app with a view of a portal that is centered around a single ...
0
votes
1
answer
78
views
Scenario based Web Scene in JavaScript API
I am working on a web app where I have to show my management different scenarios as per their requirement.
Currently, what I achieved is I am able to create the time bound web scenes, but now I want ...
1
vote
1
answer
66
views
BlendRenderer by age and population size in JavaScript API
I am working on a code which focuses on a city where it displays age concentrations with a BlendRenderer. In addition, it also displays the total population in each block using size. The ...
3
votes
0
answers
1k
views
Highlight feature with effects and blending in Arcgis JavaScript Api
I am using this sample, which uses layer blending and effect on multiple layers to create a more artistic way of highlighting features selected by the user. When the application loads, the basemap is ...
1
vote
0
answers
906
views
ArcGIS - Error: This operation is not allowed while editing [Editable]
What I want to do is to create an entity, let's call it Entity1
Enitity1 {
globalId: string;
}
And then use the GlobalId from the recently created Entity1 to create Entity2
Enitity2 {
globalId: ...
0
votes
1
answer
581
views
How to point MSI to license server?
I have an ArcGIS Desktop 10.8.1 msi which installs however I receive an error when I test the app as it needs to be pointed to the license server:
Current command:
msiexec /i "setup.msi" /q
...
1
vote
1
answer
3k
views
Fetching images with node - Error: read ECONNRESET at TLSWrap.onStreamRead
I am fetching and processing images with nodejs, using node-fetch and canvas. So far, things have been working well. I have a series of image urls, and I fetch them all in parallel using Promise.all:...
0
votes
1
answer
625
views
Create a json object in python with nested dictionary and list
I am trying to create in python the following payload in order to make a POST request. The following line comes from the REST client in my browser and creates the result I want, and I know it works.
(...
1
vote
0
answers
23
views
When the layer is loaded, some points from the graphics are missing
When I load one of my layers, some random parts of the graphics are missing. However, the data for the missing part is still accessible from the UI. Any suggestion why this might be happening?
https:/...
2
votes
0
answers
310
views
Esri.arcgis.server exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE) in GISServerConnectionClass()
I am getting following error from my DLL when executing following statement with ArcGIS Server 10.8:
IGISServerConnection conn = new GISServerConnectionClass();
Am I doing something wrong, following ...
1
vote
1
answer
253
views
Connecting within ArcGIS application with resource
I have following dillema:
Using ArcGIS Enterprise 10.8, I have added a new item – Application – to a users content.
This generates an Application item, with an App ID and APP Secret, along with App ...