esri Questions
12
Solved
I am getting this error in the Google chrome developer console.
Failed to parse SourceMap:
http://localhost:15132/Scripts/_External/igniteui/css/themes/infragistics/infragistics.theme.css.map
...
Kropp asked 17/3, 2016 at 4:48
5
Solved
I'm trying to initialize an object in typescript which requires a JSON string for the "options" parameter. To be precise it is the object here. The options parameter is required to be a JSON string...
Lenzi asked 12/2, 2016 at 0:2
3
I'm planning to build Web application and use the SignalR library to allow web admin to chat with other users (use Mobile application)
1- System admin uses Web Application built by Asp.net Boilerpl...
Moderator asked 2/6, 2020 at 12:48
2
Solved
I am trying to add the new ESRI Vector Basemaps in OpenLayers 3. I have gotten so far as to display the layer un-styled by modifying the Mapbox Example published by OpenLayers.
Clearly I had to r...
Palaearctic asked 28/4, 2017 at 3: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
1
How do I write an sf object as a shapefile to a file geodatabase using st_write?
I don't quite understand the 'dsn', 'layer', and 'driver' arguments of st_write in relation to file geodatabases.
...
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
2
Solved
I have the following polygons in PostGIS
Each polygon has field with "Data" value.
I would like auto merge the polygons which touch each other :
1-2 and 3-4-5-6-7
Also , If possible I would li...
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
Solved
I have some geographic boundaries that I have a GeoJSON endpoint for.
I also have some variables that are stored at a separate GeoJSON endpoint which does not have coordinates, but does have the ...
Hidebound asked 13/8, 2017 at 8:22
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...
7
I'm supposed to create a GIS application for my MSc, and I was wondering what are the best free and (preferably) open source technologies for development? What programming language to use for...
2
Solved
I need to write a map service that returns a single, static map image (png, jpg, etc). In the old days (i.e. before Google Maps took off) this was the default way that server software like ArcIMS w...
Kussell asked 5/4, 2011 at 22:14
3
Does anyone know of a method to get (raster) data out of an ESRI v10 File Geodatabase in R?
ESRI offers a C++ API (for Linux and Windows), so I guess in principle it should be possible for an R pa...
1
Solved
I'm plotting data on a basemap of the eastern seaboard of the U. S. and Canada through Matplotlib. In addition to the base layer (a filled contour plot), I overlayed a shapefile of this focus regio...
Laze asked 17/5, 2015 at 2:2
6
I am having trouble in converting the latitude and longitude values into android esri arcGIS map Point. Here's my code to get latitude and longitude values from GPS coordinates:
LocationManager lm...
2
I prepared the following Python script to this XML into ESRI Shapefiles. The starting point for the script was this post.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Requires pyshp: https://...
2
Solved
I made an add in application for arcmap in C# and I tried to connect with my File Geodatabase. So when I tried to run it I got this error:
Error 1 Interop type 'ESRI.ArcGIS.DataSourcesGDB.FileGDBW...
Petropavlovsk asked 27/11, 2013 at 10:10
5
Solved
2
I've been developing some web maps in ESRI's JSAPI. Currently I'm storing the following layers in SQL Server:
1,000,000 points
30,000 polygons
1,000 polyons
These need to be displayed on to...
Balmuth asked 19/10, 2012 at 19:57
2
Solved
I am looking for a function to read/write points, lines and polygons from ESRI's shapefile format (as used in Arcview) for use in Matlab
1
Solved
I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of "NAME." My objective is to create a Python script that adds a...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.