Search found 7 matches
- Mon Jul 24, 2017 2:22 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: INI generate Tool
- Replies: 3
- Views: 11926
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...
- 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: 4212
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;
...
- Thu Dec 08, 2016 4:07 pm
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Accessing experimental features of xLocate server
- Replies: 4
- Views: 6663
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
https://xserver2-europe-test.cloud.ptvg ... our-token>
Best regards,
Frank
- Mon Sep 19, 2016 7:51 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: .NET Mapcontrol with custom .shp file
- Replies: 3
- Views: 10876
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.
- Mon Sep 19, 2016 7:50 am
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Rendering .shp file with ITiledProvider
- Replies: 3
- Views: 6550
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...
- Fri Sep 16, 2016 12:22 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: Rendering .shp file with ITiledProvider
- Replies: 3
- Views: 6550
Re: Rendering .shp file with ITiledProvider
Please see http://xserver.ptvgroup.com/forum/viewt ... f=14&t=383 for a first answer.
- Fri Sep 16, 2016 12:18 pm
- Forum: PTV xServer.NET (Admin=OH)
- Topic: .NET Mapcontrol with custom .shp file
- Replies: 3
- Views: 10876
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 ...