Search found 147 matches

by Oliver Heilig
Tue Aug 26, 2014 4:34 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: Silverlight Map Control on GitHub
Replies: 0
Views: 13155

Silverlight Map Control on GitHub

Hello there, as there are still some guys using Microsoft Silverlight (which i quite understand as it's still quite unbeatable as Dev-Tool), i've put our code sample for xServer /w SL on GitHub. https://github.com/oliverheilig/SilverMap SilverMap is the chunky little brother of our xServer .NET SDK....
by Oliver Heilig
Mon Aug 18, 2014 11:54 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: New tutorial PoiLocator
Replies: 0
Views: 4270

New tutorial PoiLocator

Hi there, i've added a new tutorial to our ptv-logistics GitHub space: "PoiLocator", a tutorial on building mobile-friendly Web Apps to search on user-POIs by proximity or full text, using only plain JavaScript and PTV xServer internet. https://github.com/ptv-logistics/PoiLocator/wiki Have...
by Oliver Heilig
Mon Jul 07, 2014 12:05 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: WPF Map Control memory cache limit?
Replies: 1
Views: 6530

Re: WPF Map Control memory cache limit?

Hi Balázs, The tile cache for the WPF control has size of 500 tiles. If you assume 20KB for an average tile image you'll never get more than 10MB. You cannot directly change the cache size. But you can inherit you own class and set it as global cache, see code below. public class MyCache : TileCache...
by Oliver Heilig
Fri Jun 27, 2014 8:46 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Disappearing background in xMap .net control
Replies: 3
Views: 8089

Re: Disappearing background in xMap .net control

But you still see the roads? Have you changed any of the rendering profiles for xMap?
by Oliver Heilig
Thu Jun 26, 2014 2:13 pm
Forum: PTV xMapServer
Topic: displaying mass data in a leaflet control
Replies: 1
Views: 6096

Re: displaying mass data in a leaflet control

Hello Andreas, there are several approaches, depending on the kind of data and the interactivity you need. It also depends on the kind of architecture/framework you have for your application. I'm going to start a tutorial https://github.com/oliverheilig/SpatialTutorial/wiki for the scenario * JavaSc...
by Oliver Heilig
Wed Jun 25, 2014 11:41 am
Forum: PTV xServer.NET (Admin=OH)
Topic: Disappearing background in xMap .net control
Replies: 3
Views: 8089

Re: Disappearing background in xMap .net control

HI Balázs, this happens when you use the truckattributes layer without the required profiles on the server. If you copy the attached files into the conf folder of the xMapServer, the appearance sould be OK. You also can find these files in the folder \sources\Samples\XMapRoadEditor of the xServer .N...
by Oliver Heilig
Tue Jun 10, 2014 7:31 am
Forum: PTV xServer.NET (Admin=OH)
Topic: GitHub repository with advanced samples
Replies: 0
Views: 5389

GitHub repository with advanced samples

Hello there,

i've created a GitHub repostiory with code samples i built to respond on support questions. Feel free to play with these samples.

https://github.com/oliverheilig/xservernet-bin