Search found 8 matches

by f.gailfuß
Mon Jul 24, 2017 2:22 pm
Forum: PTV xMapServer
Topic: INI generate Tool
Replies: 3
Views: 9631

Re: INI generate Tool

Hello Paul, I'm sorry to say that MapProfileMaker is no longer supported. I can just give you the hint to check if all files have been correctly downloaded and extracted into a local folder. In a test this error occurred if the tool wasn't able to find PTVSTATICxVectorMap31.dll. If that doesn't help...
by f.gailfuß
Fri Dec 16, 2016 2:44 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: How to change the position of navigation control in WPF map
Replies: 2
Views: 3483

Re: How to change the position of navigation control in WPF

Given the WPF map control in the variable wpfMap, the following code should move the navigation gadget to the right hand side:

Code: Select all

            
...
var nav = wpfMap.FindRelative<NavigationGadget>();
nav.HorizontalAlignment = HorizontalAlignment.Right;
...
by f.gailfuß
Thu Dec 08, 2016 4:07 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Accessing experimental features of xLocate server
Replies: 4
Views: 5509

Re: Accessing experimental features of xLocate server

Basic authentication is used for POST requests; For GET requests, the token is simply provided through the request parameter "xtok" like this:

https://xserver2-europe-test.cloud.ptvg ... our-token>

Best regards,
Frank
by f.gailfuß
Thu Nov 17, 2016 2:22 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: New Certificates (467)
Replies: 3
Views: 7239

Re: New Certificates (467)

From PTV perspective: Certificate updates are always done a few days in advance leaving us enough time to react to deployment problems that might arise. In the past the certificate updates went perfectly smooth, at least from what we know. Although using renowned certificate providers, we've just le...
by f.gailfuß
Mon Sep 19, 2016 7:51 am
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Mapcontrol with custom .shp file
Replies: 3
Views: 9869

Re: .NET Mapcontrol with custom .shp file

Regarding the newer SharpMap version, please find an answer and updated demo in http://xserver.ptvgroup.com/forum/viewt ... f=14&t=384.
by f.gailfuß
Mon Sep 19, 2016 7:50 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Rendering .shp file with ITiledProvider
Replies: 3
Views: 5597

Re: Rendering .shp file with ITiledProvider

SharpMap 1.1 requires some additional references and uses GeoAPI.Geometries.Envolope instead of SharpMap.Geometries.BoundingBox to express rectangles and bounding boxes. The latter change is crucial as ShapMap changes the order of the coordinates in some places - once that is fixed, the demo initial...
by f.gailfuß
Fri Sep 16, 2016 12:18 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Mapcontrol with custom .shp file
Replies: 3
Views: 9869

Re: .NET Mapcontrol with custom .shp file

I can confirm that SharpMap, the 3rd party component we're using for demoing the Shapefile access, seems to have a problem with your logicx.shp Shapefile. SharpMap fails while running a query against your data ("ExecuteIntersectionQuery"). I cannot tell if this is a problem of SharpMap or ...