Re: [Libosmscout-development] Cannot get TYPE wood to render above level 10
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
|
From: Tim T. <ti...@fr...> - 2016-08-23 18:37:51
|
Hello,
> Tim, howto continue?
> How can I check that highways exists in wayopts.dat?
> If these ways are there, why are not loaded by MapService::GetWaysLowZoom ?
I currently still in backlog mode. That means, I just have enough time
to apply patches and read and respond to mails. I did not yet had time
to actively look at this :-/
My way to check:
Take a look at one concrete object. MAke sure you have the OSM and the
resulting file offset number for it. Make sure by doing some if
(id==XXXX) {std::cout << "ID : " << id ".... code that
* The way is actually written to wayopt.dat. If this is the case make
sure you dump its file position
* During loading from wayopt.dat make sure that the type index and the
actual object is read back from file system.
--
Gruß...
Tim
|