POST
|
in ArcGIS Pro 2.6.2 I have a map named "VTPK Output" and I want to set the map's extent to the extent of a layer called "PACKAGE_AREA" in a python script. There are other maps in my project. The layer has a definition query that is set to a particular area. I will then change the query and run my script for another area, but it needs to set the map extent property. As you can image, the script is creating a vector tile cache. I've written some python scripts, but I'm between novice and rookie.... Thanks for your help in advance. John
... View more
12-01-2020
01:01 PM
|
0
|
1
|
59
|
POST
|
Last post for now.... The active query running that is taking FOREVER is: SELECT top 1 GEOM FROM MYDB.DBO.ADDRESS_GEOCODE_VW WHERE GEOM IS NOT NULL
... View more
08-16-2020
05:03 PM
|
0
|
1
|
206
|
POST
|
Just adding some info to the above, in SSMS I was able to see the query that is running....ArcGIS Pro 2.6 is trying to determine the bounding box of the table. The query is: SELECT min ( ( ( GEOM . STEnvelope ( ) ) . STPointN ( 1 ) ) . STX ) , min ( ( ( GEOM . STEnvelope ( ) ) . STPointN ( 1 ) ) . STY ) , max ( ( ( GEOM . STEnvelope ( ) ) . STPointN ( 3 ) ) . STX ) , max ( ( ( GEOM . STEnvelope ( ) ) . STPointN ( 3 ) ) . STY ) FROM MYDB . DBO . ADDRESS_GEOCODE_VW "MYDB" is just a placeholder for my actual DB name. "ADDRESS_GEOCODE_VW" is a view. The table has 9.7 million rows and this query has been running for 4 hours at this point. When the base table is added to a map in Pro, it's very fast and renders as fast as I can drag the map.
... View more
08-16-2020
04:54 PM
|
0
|
2
|
206
|
POST
|
I was using ArcGIS Pro 2.5x and prior with a SQL Server 2017 database connection (on my local machine). It is NOT a registered database, but always performed well. I just upgrade to ArcGIS Pro 2.6 and now it takes 45 minutes plus to open my project file. I have isolated the project to a SQL Server Spatial view table. I can load tables from the database without problems. But if I try to add the "view" to my project, ArcGIS Pro just sits and spins. After about 45 minutes or more, it does load the data. Once loaded, it performs fine. This certainly is a change from ArcGIS Pro versions prior to 2.6. I should note, I determined I have both the Microsoft ODBC drivers 13 and 17 installed. I think "17" was installed for ArcGIS, but "13" was installed when SQL Server 2017 was installed. Any one else having this problem? Any thoughts on a solution? Thanks.
... View more
08-16-2020
11:21 AM
|
0
|
9
|
422
|
POST
|
Thanks Brad, This also sheds some light on why my developer keeps telling me that runtime needs a *.locb" file. This file is only created in ArcMap when the "create runtime content" is enabled. We are using Xamarin so we can deploy to different platforms. This will force us to use the less desirable "address locator" in ArcMap. While making the vector tile caches and mobile map packages in ArcGIS Pro. What a convoluted process. And there is zero chance (ok, I should never say "zero") we'll make one package for 64-bit and another for all other platforms. Do you know if non-64-bit apps built with runtime will be able to use the "locator" format in the future? Thanks, John
... View more
01-06-2020
09:05 AM
|
1
|
0
|
70
|
POST
|
We are having the same problem with an app we are working on. Only difference is we built a "locator" (not address locator) in ArcGIS Pro with both house address and street range styles. This has become a show stopper in our development efforts.
... View more
12-27-2019
09:45 AM
|
1
|
1
|
49
|
POST
|
Thanks Joe, we'll take a look. But this looks like exactly what we are dealing with and what we need.
... View more
10-18-2019
12:24 PM
|
0
|
0
|
50
|
POST
|
I am working on a Windows 10 app using the ArcGIS .NET SDK runtime and I am trying to read the location from my GPS receiver. The GPS receiver is "pushing" data to a COM port. I can only seem to get location data from the Windows Location Service, but I want to be able to read from a connected GPS receiver. Of course I won't always know which COM port the receiver is attached to, or the baud rate. I do know the data will be in the NMEA format. How do I get .NET runtime to find the COM port, set the correct baud rate, and read the GPS receiver data so I can see if on a map? Yes, I see I can setup my own data source....but I'm asking how do I connect to the GPS data feed? I can't be the first trying to use a GPS receiver with runtime, yet I can't find anything on GeoNet. Of course is doesn't help that searching for GPS returns all kinds of results for GP (GeoProcessing). Thanks. John
... View more
09-23-2019
11:57 AM
|
0
|
2
|
215
|
POST
|
We think the answer may be contained in this link: http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#b3d3f316-8436-463d-988e-11ba9ca03e78.htm
... View more
03-06-2019
08:40 AM
|
0
|
0
|
20
|
POST
|
We too have almost the exact same need...to get at what used to be called the "section" table (in "coverages", yes I am showing my age). Basically the pieces that make up a route. We plan to enter a support ticket to get help with this issue.
... View more
03-06-2019
07:07 AM
|
0
|
1
|
20
|
Online Status |
Offline
|
Date Last Visited |
12-04-2020
01:38 PM
|