arcgis Questions

3

Solved

I am attempting to fill out a word document form with Python 2.7's docx module. I can modify text elements just fine but I am having difficulty figuring out how to check a yes or no checkbox. How ...
Burrows asked 25/4, 2017 at 19:59

34

I'm using ArcGIS JSAPI 4.12 and wish to use Spatial Illusions to draw military symbols on a map. When I add milsymbol.js to the script, the console returns error Uncaught SyntaxError: Cannot use i...
Bifid asked 3/10, 2019 at 3:20

11

I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java ...
Legra asked 4/1, 2013 at 0:40

2

Solved

I have a csv of about 100 million logs. Where one of the column is address and I am trying to get latitude and longitude of the address. I want to try something like mentioned in the Solution , But...
Raffin asked 19/5, 2017 at 5:18

1

I need to use geopandas sjoin on a project. I have successfully created GeoDataFrame objects and used class methods readfile, crs and to_crs. However when it comes to using sjoin I am getting an er...
Casaleggio asked 17/12, 2021 at 12:28

3

I have two sets of shapefiles with polygons. One set of shapefile is just the US counties I'm interested in and this varies across firms and years. The other set of shapefile is the business area o...
Ravenna asked 22/11, 2016 at 19:34

8

Solved

I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package. I have apparently been able to load the dbf file as a Table, but have no...
Purree asked 27/1, 2017 at 16:25

4

Solved

I'm working with OpenLayers and I need to convert DWG files to GeoJSON format. How can I do this?
Drumlin asked 29/8, 2016 at 20:8

2

Solved

Here below is my next JS Code which is showing a simple ArcGIS map with the points or markers on the specific coordinates. Can anyone please let me know that how can I display the popup / Info wind...
Helmet asked 19/10, 2021 at 12:31

2

Solved

I'm writing a python code to read the points in a polygon shape-file and save them in a point shape file. So first I made a text file and stored the points' (x,y) in that .txt file. then I tried t...
Vallejo asked 3/10, 2013 at 4:28

2

Solved

I have a table called IK_TEMP and it contains columns called data, range . String sql = "SELECT DATA, RANGE FROM IK_TEMP"; try (Connection conn = this.connect(); Statement stmt = conn.createSt...
Macias asked 25/5, 2020 at 4:13

3

Solved

I am trying to add some functionality that will zoom the map in/out depending on the points that are returned from a query. So for example, say we're zoomed in on the state of Texas. If I execute a...
Anecdotal asked 3/8, 2012 at 18:6

3

All of my property values require me to click them in order to see them. How can I fix this? The object I'm trying to view is this Query Object. It seems to do this with most Arcgis objects I'm ...
Glaab asked 30/8, 2017 at 19:48

3

Solved

I can start or stop service remotely from .net project. ConnectionOptions options = new ConnectionOptions(); options.Username = @"192.168.36.22\test"; options.Password = "test"; ManagementScope sc...
Horst asked 23/8, 2013 at 14:53

2

Solved

What does Shape_area mean? I noticed that it is not the sum of Aland and Awater. What are the units of these three?
Bend asked 6/7, 2015 at 13:1

1

I want to scrape the data from an ArcGIS map. The following map has a popup when we click the red features. How do I access that data programmatically? Link : https://cslt.maps.arcgis.com/apps/Map...
Emblements asked 3/5, 2018 at 18:15

3

I'm trying to use Esri map. To include map in my project, here is what I found: require([ "esri/map", "esri/dijit/Search", "esri/dijit/LocateButton", "esri/geometry/Point", "esri/symbols/Simp...
Biodegradable asked 11/10, 2016 at 22:49

1

I am trying to load operational layers data from the following JSON with no luck. So far I tried the following add it as a graphic layer by using graphicLayer = new esri.layers.GraphicsLayer();...
Nganngc asked 17/2, 2018 at 11:42

1

Solved

I have this simple code pen with Angular 4 and arcgis map, but I can't drag in IE 11. Others browsers works as usual. I cannot upgrade nor downgrade the JS library of arcgis, because it depends on ...
Amesace asked 20/12, 2017 at 15:28

2

I am trying to convert geographic coordinate system to Esri Webmercator, but when I do the conversion the resulted x and y have values of 0000003232112222… and 00000012665321…. This is very odd sin...
Odontoblast asked 14/8, 2012 at 17:22

3

Solved

I have this code final static int TITLE_ID = 1; final static int REVIEW_ID = 2; Now, I want to create a new layout in my main class public View createContent() { // create linear layout for th...
Keaton asked 17/4, 2015 at 10:36

5

What is the best/user friendly GIS/arcGIS Java library for basic academic assignment?
Dispensatory asked 8/3, 2010 at 20:26

2

I've created a Google Map and have drawn a polyline on it. I've then added a marker to the start of the polyine (same coords as the starting coords of the polyline). What I'd like to be able to do...
Exploit asked 22/5, 2012 at 0:33

4

Error occurred in running app in device: java.lang.UnsatisfiedLinkError: Native method not found: com.esri.core.runtime.LicenseImpl.nativeIsClientIdValid:(Ljava/lang/String;)Z at com.esri.core.r...
Fungible asked 23/2, 2015 at 3:40

2

I wish to include a component written by someone in my ArcGIS web application. However when I include, I always face a multipleDefine problem at the console window. There are 2 ways to solve it, ...
Sasin asked 21/11, 2015 at 11:47

© 2022 - 2024 — McMap. All rights reserved.