Search found 148 matches

by Oliver Heilig
Thu Mar 02, 2017 3:56 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: 500 - Internal server error.
Replies: 4
Views: 46114

Re: 500 - Internal server error.

Hello Sebastiano,

yes, xServer internet has a timeout limit of about 3 minutes. So every request that has a potentially long response time (i.e. xTour-requests, and xRoute/xLocate batch rerquests) should be invoked as job.

Regards

Oliver
by Oliver Heilig
Fri Aug 05, 2016 10:24 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Traffic Incidents
Replies: 2
Views: 9367

Re: Traffic Incidents

Hello Günter, one way to display traffic incidents with xMapServer is the PTV FeatureLayer for traffic incidents. If you want to display them with the xServer.NET control, there's a sample "FeatureLayers" at https://github.com/ptv-logistics/xservernet-bin. If you want to display static xMa...
by Oliver Heilig
Mon Aug 01, 2016 8:19 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Hybrid View
Replies: 3
Views: 10226

Re: Hybrid View

Hello Günter, the aerial integration in Javascript and .NET is usually implemented for the according client-controls (ajaxmaps or xServer.NET). If you want to create static images with a hybrid view, you must mesh-up it on your own. This is rather complex, as you have to stitch the HERE tiles to a s...
by Oliver Heilig
Mon Jul 25, 2016 3:01 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: POIS, with wms and openlayers
Replies: 1
Views: 5091

Re: POIS, with wms and openlayers

Hi Ricardo, it's not possible to pass additional parameters with the WMS adapter. What you can do: * If you run an on-premise xServer and want to support a pre-defined set of filters, you can add a template 'xmap-poi-hospitals' to the wms.properties file. This provides a new WMS-layer then. * If you...
by Oliver Heilig
Fri Jul 15, 2016 8:09 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 36817

Re: SSL Error

Hello Frank, i will talk back to the xServer team about that, but i don't think it's possible without referencing spring. As far as i know the only way to control these dependencies is to create the client-access classes by yourself, as explained here: http://xserver.ptvgroup.com/en-uk/cookbook/prog...
by Oliver Heilig
Mon Jun 27, 2016 11:00 am
Forum: PTV xLocateServer
Topic: xS-XF: Geocoding with rooftop coordinates
Replies: 2
Views: 5906

Re: Geocoding with rooftop coordinates

Hi, the xLocate2 preview is now online! Doc: https://api-xstwo.cloud.ptvgroup.com/dashboard/Default.htm#UseCases/Geocoding/UC_Searching_an_address.htm Demo: https://api-xstwo.cloud.ptvgroup.com/dashboard/Default.htm#Samples/Geocoding/Basic/ Note: If you want to test it in your own code, you must app...
by Oliver Heilig
Mon May 23, 2016 11:42 am
Forum: PTV xServer.NET (Admin=OH)
Topic: c# WPF example of Geometry Layer
Replies: 4
Views: 10722

Re: c# WPF example of Geometry Layer

In this case the only option would be to add an underlying ShapeCanvas directly to the map, without using a layer. It is a bit hackish, but works // get the map view containing the content var mapView = Ptv.XServer.Controls.Map.Tools.MapElementExtensions.FindChild<MapView>(Map); // initialize shape ...
by Oliver Heilig
Mon May 23, 2016 10:10 am
Forum: PTV xServer.NET (Admin=OH)
Topic: c# WPF example of Geometry Layer
Replies: 4
Views: 10722

Re: c# WPF example of Geometry Layer

Hi Daniele, this is a common misconception with xMapServer and xServer.NET. The xMapServer GeometryLayer is a part of the xMapServer WSDL. The GeometryLayer can be used to create static map images with custom content on the server-side. However if you use the xServer.NET widget, you typically render...
by Oliver Heilig
Thu Mar 31, 2016 5:03 pm
Forum: PTV xMapServer
Topic: Build Cardview with Tiles
Replies: 5
Views: 14232

Re: Build Cardview with Tiles

Hello Freund, as Joost already mentioned: You cannot use xMap1 as a tile server, and there's no workaround for this. You can apply for an xMap2 preview for xServer internet. XMap2 can be used as pure tile server. If you want to test this, send your request to test xMap2 to http://xserver.ptvgroup.co...
by Oliver Heilig
Mon Mar 21, 2016 2:49 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Source
Replies: 3
Views: 10677

Re: Source

Hello, we don't provide xServer.NET as Open Source. But as customer we can give you access to a private GitHub repository per request. The procedure will be as follows: Create a GitHub user (if you don't have one already) here https://github.com/ Send your request to be added to the xServer.NET repo...