Search found 147 matches

by Oliver Heilig
Tue May 05, 2020 11:16 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Pre-release 1.7.6.0 - Version 1.7.6 available
Replies: 2
Views: 5388

Re: Pre-release 1.7.6.0 - Version 1.7.6 available

Hi, a quick explanation of the LocalOffset parameter. When set for a (Shape-)Layer, shakiness of objects and rendering-artifacts (e.g. wrongly aligned hatches) can be eliminated for very deep zoom levels (> 18). You can set it if your layer objects are confined to a specific region. At intialization...
by Oliver Heilig
Thu Apr 16, 2020 5:49 am
Forum: PTV xServer.NET (Admin=OH)
Topic: 1.7.5 and GetToolTipFromLayerObject
Replies: 8
Views: 8746

Re: 1.7.5 and GetToolTipFromLayerObject

I have updated the sample yesterday. It contains all current string resources with english text. If you set the CustomLocalizer, the default Resource (regarding the CurrentUICulture) is not used. You can find the original texts and German translation here https://github.com/ptv-logistics/xserver.net...
by Oliver Heilig
Wed Apr 15, 2020 10:38 am
Forum: PTV xServer.NET (Admin=OH)
Topic: 1.7.5 and GetToolTipFromLayerObject
Replies: 8
Views: 8746

Re: 1.7.5 and GetToolTipFromLayerObject

If you want to translate the captions for the xs1-FeatureLayer TruckAttributes, this can be done by adding a custom string-table like in this sample: https://github.com/ptv-logistics/xserver.net-samples/tree/master/CustomLocalizer This can be used to translate strings like "Maximal axle load: {...
by Oliver Heilig
Tue Apr 14, 2020 3:56 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: 1.7.5 and GetToolTipFromLayerObject
Replies: 8
Views: 8746

Re: 1.7.5 and GetToolTipFromLayerObject

oh, i see.

I will take a look
by Oliver Heilig
Thu Apr 09, 2020 8:04 am
Forum: PTV xServer.NET (Admin=OH)
Topic: 1.7.5 and GetToolTipFromLayerObject
Replies: 8
Views: 8746

Re: 1.7.5 and GetToolTipFromLayerObject

Hello, this code has been removed from inside the control and is now implemented outside. For the current samples look at https://github.com/ptv-logistics/xserver.net-samples ServerSideRendering - xs-1 RoadEditor, Ti-Loader Layers (deprecated) FeatureLayers - xs-1 FeatureLayers Xmap2LayerFactoryTest...
by Oliver Heilig
Wed Mar 18, 2020 10:34 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: The map does not load completely
Replies: 3
Views: 8811

Re: The map does not load completely

Hi Martin, please check Does the reference sample https://ptv-logistics.github.io/xserverjs/boilerplate/Leaflet.1.0.html work on the customer's computer? Is your script configured right? (correct leaflet.css) Do you see any errors with (F12->Network) How ist the xServer configured? (maximum queue le...
by Oliver Heilig
Tue Jan 14, 2020 4:48 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: c# example res/json web API ?
Replies: 14
Views: 24380

Re: c# example res/json web API ?

Hello, xServer-2 now supports OpenAPI specification (as draft). This means you can now create your C# classes using autorest : npm install -g autorest autorest --input-file=https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/openapi/2.17/swagger.json --csharp --namespace=XServerClient --gene...
by Oliver Heilig
Fri Nov 08, 2019 2:29 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: xServer 2 Leaflet Customized Popup Content
Replies: 5
Views: 10954

Re: xServer 2 Leaflet Customized Popup Content

Hi, you must override the prototype. Below the default implementation, which is just a generic formatter for the JSON. You can use this code from xServer-1 as template if you want some advanced formatting. It does also the conversion to english units: https://github.com/ptv-logistics/Leaflet.PtvLaye...
by Oliver Heilig
Thu Sep 19, 2019 9:21 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Background tiles missing in xServer.NET with xServer2
Replies: 3
Views: 5952

Re: Background tiles missing in xServer.NET with xServer2

Also on nuget https://www.nuget.org/packages/Ptv.XServer.Net/1.7.4 You can now also set the style directly via XMapStyle on the control formsMap.XMapUrl = "xserver2-europe-eu;version=2.14"; formsMap.XMapCredentials = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"; formsMap.XMapStyle = &q...
by Oliver Heilig
Tue Aug 13, 2019 2:08 pm
Forum: PTV xMapServer
Topic: Who uses TELERIK? DevExpress? What is your feedback?
Replies: 2
Views: 6599

Re: Who uses TELERIK? DevExpress? What is your feedback?

Hello, a breakdown of my experiences using different 'map widgets', with focus on LOB (Line Of Business) applications implemented as desktop clients. The map widgets of commercial UI libraries Some of the popular commercial UI libraries also contain a map widget (e.g. Telekrik RadMap, DevExpress Xtr...