Search found 147 matches

by Oliver Heilig
Mon Mar 02, 2015 12:01 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Changing Pan and Zoom behavior
Replies: 3
Views: 8611

Re: Changing Pan and Zoom behavior

I've added a second option to disable the zoom on double-click.
by Oliver Heilig
Fri Feb 27, 2015 1:36 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Changing Pan and Zoom behavior
Replies: 3
Views: 8611

Re: Changing Pan and Zoom behavior

Uups, you're right. I've added the missing file.

Tanks,

Oliver
by Oliver Heilig
Wed Feb 25, 2015 10:42 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Changing Pan and Zoom behavior
Replies: 3
Views: 8611

Changing Pan and Zoom behavior

Hello, i was asked if it is possible to change the pan/zoom behavior, so the user can explicitly switch between drag and select instead of holding down the Shift key. We think it is useful to have some kind of MouseDragMode in the next release of the SDK, but currently this is not supported. However...
by Oliver Heilig
Fri Feb 06, 2015 3:45 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: Display TruckAttributes with Leaflet and OpenLayers
Replies: 12
Views: 38595

Display TruckAttributes with Leaflet and OpenLayers

Hi there, here's short tutorial of how to add TruckAttributes layer to Leaflet and OpenLayers Method 1: TruckAttributes via WMS Demo OpenLayers: http://jsfiddle.net/oliverheilig/ea2kwcmf/ Demo Leaflet: http://ptv-logistics.github.io/Leaflet.NonTiledLayer/ The technique behind this approach is to add...
by Oliver Heilig
Thu Feb 05, 2015 3:30 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: New tutorial "WebFormsMap"
Replies: 0
Views: 4240

New tutorial "WebFormsMap"

Hi there, we have a new tutorial "WebFormsMap" in our GitHub group. Source: https://github.com/ptv-logistics/WebFormsMap Doc: https://github.com/ptv-logistics/WebFormsMap/blob/master/README.md Demo: http://80.146.239.139/WebFormsMap/ WebForms is a programming model for building data-driven...
by Oliver Heilig
Tue Dec 23, 2014 3:34 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Map control with http authentification
Replies: 6
Views: 14724

Re: .NET Map control with http authentification

Good to hear!

Merry christmas and a happy new year 2015

Oliver
by Oliver Heilig
Tue Dec 23, 2014 10:09 am
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Map control with http authentification
Replies: 6
Views: 14724

Re: .NET Map control with http authentification

Hi Roland, the control tries to read the attribution text and configuration parameters at initialization from the server, and it looks like something goes wrong there. We've added a check for an error at the initialization. Can you test if your code runs with the latest MapControl DLL? https://githu...
by Oliver Heilig
Tue Dec 23, 2014 9:17 am
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Map control with http authentification
Replies: 6
Views: 14724

Re: .NET Map control with http authentification

Hallo Roland,

cannot reproduce it. If i set the properties like

Map.XMapUrl = "http://80.146.239.180:80/xmap/ws/XMap";
Map.XMapCredentials = "just:atest";

on our external server, everything works fine. How can i reproduce it?
by Oliver Heilig
Thu Dec 18, 2014 1:42 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: .NET Map control with http authentification
Replies: 6
Views: 14724

Re: .NET Map control with http authentification

Hello Roland, you can specify a user/pwd for xServer requests with the users.properties file, which enforces HTTP basic authentication for requests. A good resource for samples how a client can access xServer with basic authentication is the xServer internet devloper guide. http://xserver.ptvgroup.c...