Lotto2
Lotto2
Hello, i'm trying to improve coordinate transformation from 'Gauss-Kruger zone 2' to UTM32 by using a nadgrids file. the file is stored in the directory of the application. i found...
Hello, in the SpatiaLite.cs is a reference to libspatialite-2.dll. `private static readonly string SpatiaLiteNativeDll = "libspatialite-2.dll";` There is a comment ` /// In order to use this provider with SharpMap,...
Hello, with QGis i can load a layer from the URL https://webgate.ec.europa.eu/getis/rest/services/Energy/2016_PCI_oil/MapServer for example layer '3'. QGis classifies the URL as a ArcGIS Mapserver. Is there any chance to load...
Hello, if i try to initialize a router with a PBF-File bigger than 15MB i get this out-of-memory-exception. Task-Manager shows a lot of memory still available. VB-Code like this `Dim...
Hello, i was experimenting with pulling Osm.PBF-files into databases. it worked fine with SQL-Server and PostgreSQL. when i tried an SQLite-DB i found tables but no data in them after...
Hello, it seemed to me that Route.TotalTime was very optimistic. so i compared it to the results of a internet based routeplanner (http://www.falk.de/). the middled factor was 1.4. Route.TotalTime \*...