Search found 147 matches

by Oliver Heilig
Fri Jan 15, 2016 5:26 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: xServer.NET 1.4 available for download (August 2015)
Replies: 3
Views: 9758

Re: xServer.NET 1.4 available for download (August 2015)

Hello Beat, the methods that use spatial coordinates have an optional spatialReferenceID parameter. If it's not set, the coordinate is interpreted as WGS84. But you can set it to a PTV format or any EPSG code. So in detail: The IMap interface of the map control supports EPSG codes, e.g. SetMapLocati...
by Oliver Heilig
Fri Dec 04, 2015 4:10 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Drawing a route via VB.net
Replies: 4
Views: 11665

Re: Drawing a route via VB.net

Hi Giovanni, added a sample "RoutingVB" to https://github.com/ptv-logistics/xservernet-bin . It's a little bit rough on the edges, but shows how to add the sample code from the DemoCenter to your VB.NET application. It would be possible to extend this to a generic interactive C#/VB router ...
by Oliver Heilig
Thu Dec 03, 2015 12:55 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Drawing a route via VB.net
Replies: 4
Views: 11665

Re: Drawing a route via VB.net

Hi Giovanni, yes this is possible. We have a sample in the DemoCenter that shows howto implement Drag&Drop routing with xServer.NET. But porting the whole sample to VB would be much work. An option would be to extract this code to an assembly an use this from the VB application. I'll take a look...
by Oliver Heilig
Thu Dec 03, 2015 10:44 am
Forum: Generic questions
Topic: xMap on Android Devices
Replies: 4
Views: 13002

Re: xMap on Android Devices

Hi Jan, I haven't tested this on Android, but i think you have the same options i showed for windows store apps a while ago, see the blog here http://devblog.ptvgroup.com/2013/04/30/ways-to-integrate-a-touch-friendly-ptv-xserver-map-for-the-new-window-8-ui/ So for Android: * Use the Google Maps Andr...
by Oliver Heilig
Fri Nov 27, 2015 3:41 pm
Forum: PTV xMapServer
Topic: Confusion on how to use renderMap with FormsMap control
Replies: 5
Views: 13027

Re: Confusion on how to use renderMap with FormsMap control

Hi Tom, you can find the Documentation of the API at the .chm of xServer.NET SDK downloadable form the DevZone http://xserver.ptvgroup.com/en-uk/nc/developer-zone/customer-area/ . I've added the calculation and displaying of a route to FormsMapCS and FormsMapVB at https://github.com/ptv-logistics/xs...
by Oliver Heilig
Fri Nov 27, 2015 3:39 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Drawing a route via VB.net
Replies: 4
Views: 11665

Re: Drawing a route via VB.net

Hello Giovanni,

i've added the calculation and displaying of a route to FormsMapCS and FormsMapVB at https://github.com/ptv-logistics/xservernet-bin

Image

Regards

Oliver
by Oliver Heilig
Fri Nov 27, 2015 8:30 am
Forum: PTV xMapServer
Topic: Confusion on how to use renderMap with FormsMap control
Replies: 5
Views: 13027

Re: Confusion on how to use renderMap with FormsMap control

Hi Tom, there's a basic difference between the adding your xRoute result to the xMap-Request and using the xServer.NET control. Adding the xServer route to the map request renders your route server-side, while with the xServer.NET-control the route is usually rendered client-side. For xServer.NET th...
by Oliver Heilig
Mon Oct 26, 2015 11:34 am
Forum: PTV xRouteServer
Topic: Java Sample not working
Replies: 2
Views: 7012

Re: Java Sample not working

Hello Ewald, we have a more detailed guide for generating java clients from WSDL here: http://devblog.ptvgroup.com/2013/01/23/howto-create-your-own-webservice-clients-for-ptv-xservers/ It describes the practices with a local xServer, but it should also work with xServer intenet if you replace the ur...
by Oliver Heilig
Tue Oct 20, 2015 2:56 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: MinLevel with ShapeLayer
Replies: 1
Views: 5962

Re: MinLevel with ShapeLayer

Hello Martin, you can add either custom bitmaps or custom vector elements to the shape layer. Take a look at SymbolsAndLabels or the Balloon.xaml in ToursAndStops here https://github.com/ptv-logistics/xservernet-bin Here is a detailed explation for custom vector symbols http://devblog.ptvgroup.com/2...
by Oliver Heilig
Mon Oct 19, 2015 7:58 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Fully loaded event of Map control
Replies: 10
Views: 23657

Re: Fully loaded event of Map control

Hello Martin,

added another sample/lib to GitHub that shows how you can easily build custom static maps in .NET

https://github.com/ptv-logistics/SharpMap.Ptv

Oliver