Q&A - Question

OsmLayer is missing 99% of the number of points

Question
Roald Mulder asked on August 29, 2017, keyword: Developer Kernel
When opening a .osm file with QGIS i see that there are over 70000 points in the points layer. When use TatukGis TGIS_LayerOSM to open the same .osm file, it gives me 3 layers, polygon, lines and point. The point layer only contains 800 points instead of 70000 as expected. 

I cant figure out why it only contains 800 points instead of the expected 70000. Specifically it seems to show only some 800 POI's and not the points which contain address information and which i am looking for. QGIS shows the 70000 points, so they are definitely in the source .osm file.

I use this code to open the .osm file [in Delphi Seattle]

OSMLayer := TGIS_LayerOSM.Create;
OSMLayer.Path := FProgramDir+ '\maps\'+ 'apeldoorn.osm';
OSMLayer.Open;

The points are in layer[2]. a layer[2].items.count returns 800 instead of 70000 as expected. Also displaying the layer with the viewer is see only 1% of the points i expect.

Any help, hints or clues would be very much appreciated. 
Answers
Tomasz Kosinski (TatukGIS) replied August 29, 2017
Resolved in 11.7.0. Problem was related only to standalone nodes. Logged as DK-9608 

/please report bugs directly to support@/
If you would like to answer the question please Sign In.
*
*
Please review our recent Privacy Policy.
If you have any questions or requests, please contact us.
Rules
The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers.
 
  1. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone.
  2. Keep the content positive and professional.
  3. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved.
  4. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.