Skip to main content

Questions tagged [map-service]

A type of Web service that generates maps.

0 votes
0 answers
24 views

DriverError When Extracting Features From ESRI Map Service

I am running this code to extract the features from an ArcGIS Map Server into a geodataframe (modified from this Medium article): import urllib.request import json import requests import geopandas as ...
Benjamin Silver's user avatar
0 votes
0 answers
15 views

ArcGIS Pro publishing map/feature service from featueclass and joined dynamic table (db view)

I need to join a dynamic PostGIS database view "measurements" to a static SDE geodatabase point featureclass "locations" (same SDE/PostGIS geodatabase). They have the same number ...
juraj murcko's user avatar
0 votes
1 answer
80 views

How can I extract vector data from a web map service raster layer

How can I interact with a raster layer from an ArcGIS REST Map Service for spatial analysis purposes, given the service's limitations on data manipulation and querying, particularly when direct ...
Zesima29's user avatar
0 votes
0 answers
27 views

Publishing Map Service using cache through ArcGIS Pro

We have a raster mosaic for which we have the cache saved on a network. How can someone publish this cache as a service without actually creating a tile package? Here is the cache with Level 12 bundle ...
Yogesh Chavan's user avatar
0 votes
0 answers
44 views

ArcGIS REST query result order is random

What I try to do a identify operation on a polygon dataset in a ArcGIS REST MapService. For obscure reasons I can't change, the order of the results is important. To achieve this, the data is written ...
nielsgerrits's user avatar
  • 3,946
0 votes
0 answers
34 views

How to convert turn-by-turn text directions into polyline data

I am interested in converting turn-by-turn text directions into polyline data. For example, the turn-by-turn text directions would look like this: STARTING AT 1805 VICTORIA DR - SOUTH ON VICTORIA DR ...
Encepta's user avatar
1 vote
0 answers
56 views

Intersect between PostGIS layer and ArcGIS/GeoServer service using ST_Intersection spatial SQL in PostGIS

Is it possible to make intersection - ST_Intersection (or other spatial operations) on-the-fly between PostGIS polygon layer stored in local/cloud PostGIS DB and ArcGIS Map Service polygon layer (with ...
juraj murcko's user avatar
2 votes
1 answer
133 views

Tiled service or not?

How to know if a WMS ArcGIS mapservice are tiled or not? Which test can answers to the question?
jlSta's user avatar
  • 1,096
1 vote
0 answers
96 views

Open ArcGIS Map Service tile layer in QGIS

I am trying to open this tile layer (https://www.arcgis.com/home/item.html?id=aa6ba39647df4bd4a58e3e06c8386b30) in QGIS. I know it is possible to connect to ArcGIS Map Service layers but when I use ...
Judiciary3221's user avatar
1 vote
1 answer
264 views

Download coordinate file from a map-based website [closed]

I want ask is it possible for me to download the location detail (coordinate and location's name) of a map-based website? I'm trying to get all the ports name and location from one of these websites ...
Josh's user avatar
  • 13
2 votes
1 answer
2k views

Getting correct sign-in token for ArcGIS REST Service using ArcPy with ArcGIS Pro

I would like to pull data from an ArcGIS Map Service, using Python (ArcPy/ArcGIS Pro), but I'm having trouble getting a token. My guidance: https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/...
Maxcot's user avatar
  • 265
2 votes
1 answer
195 views

Using subset of layerList with arcpy.mp.CreateSharingDraft and ArcGIS Pro

According to the documentation for arcpy.mp.CreateSharingDraft(), the argument draft_value can be A Map, Layer or list of layers. You can use a subset of layers from a map to publish. Passing a map ...
mikeck's user avatar
  • 181
1 vote
1 answer
958 views

How to, if possible, copy data from an ArcGIS REST Service?

I do not believe this is a copy of Download Dataset From ArcGIS REST Service or Extracting data from ArcGIS REST endpoint? due to the source and type of service. I would like to copy the features from ...
JackOfTales's user avatar
0 votes
0 answers
20 views

Copying an object with attachments from a distributed database to a distributed one

I wrote a addins to transfer selected objects from one distributed database to another. Each layer participates in a geographic service (MapService). The program works successfully sometimes, and ...
Lora's user avatar
  • 45
1 vote
0 answers
165 views

Getting service properties using ArcPy

I am trying to find a way to get certain service properties from multiple published map services. One thing I am looking for is all services with "Feature Access" capabilities enabled: I've ...
eduardo632's user avatar

15 30 50 per page
1
2 3 4 5
15