vng
0b53b59b34
Fix GCC warning.
2015-09-22 15:10:31 -07:00
Alex Zolotarev
96b2f52fcb
Removed last point from kml polygons (it's equal to the first one)
2015-09-22 15:10:30 -07:00
Alex Zolotarev
ab919c8921
[indexer_tool] Added --split-by-polygons for countries
2015-09-22 15:10:16 -07:00
Alex Zolotarev
e5af392fc5
Warning fixes
2015-09-22 15:10:14 -07:00
vng
2dda2005f5
Tune static buffer size in feature's buffer_vector.
2015-09-22 15:10:12 -07:00
vng
3763703183
Add strip-test for T-like polygon. Minor statistic-calc fix.
2015-09-22 15:10:12 -07:00
rachytski
f69571c354
symbol position as a parameter in drawPoint function. plenty of warnings cleanups.
2015-09-22 15:10:12 -07:00
vng
037e2a8027
Fix bug with early closed polygon point filtration.
...
We should leave equal first and last point in polygon during simplification.
2015-09-22 15:10:10 -07:00
vng
bfcb154531
Build in stripified triangles in feature structure.
2015-09-22 15:10:10 -07:00
vng
294c0d070e
- Add visibility for 'villagies' in early levels (12, 13);
...
- Fix draw priority for 'country', 'city', 'town';
- Remove visibility for 'motorway_junction', 'airport' in low scale-levels;
2015-09-22 15:10:08 -07:00
rachytski
1fa977fc6f
refactored additional information display.
2015-09-22 15:10:06 -07:00
Alex Zolotarev
5610308496
Added base kml parser code
2015-09-22 15:10:03 -07:00
Alex Zolotarev
3c9505fdff
Added CharData support in xml parser
2015-09-22 15:10:03 -07:00
vng
833ded9fc5
Add buffer_vector and use it in FeatureType for geometry storing.
2015-09-22 15:09:59 -07:00
vng
1603d4e013
Tune simplify scales array.
2015-09-22 15:09:57 -07:00
vng
2a69582cc7
Add house numbers for features with empty names.
2015-09-22 15:09:57 -07:00
vng
5643ba275b
Move processing of inner points into ParseGeometry function.
2015-09-22 15:09:56 -07:00
vng
20d7f8ecb2
New feature structure with inner and outer geometry.
2015-09-22 15:09:55 -07:00
Alex Zolotarev
c47f919bc0
Only mwm files are used in update at the moment
2015-09-22 15:09:53 -07:00
vng
8fe440570c
Fix bug in feature serialization.
2015-09-22 15:09:49 -07:00
Alex Zolotarev
10368127c4
Fixed missed fribidi dependence
2015-09-22 15:09:44 -07:00
vng
a768efdbdd
Path texts doesn't move now (draw in fixed position of way).
2015-09-22 15:09:43 -07:00
vng
50cafffc72
Remove unneeded bound-geometry in area features (leave only triangles).
2015-09-22 15:09:41 -07:00
vng
91b7ba683e
Better statistics; includes geometry size.
2015-09-22 15:09:37 -07:00
vng
83011c67dc
Build index for the best geometry (highest drawable scale).
2015-09-22 15:09:35 -07:00
vng
1f358c0ff1
Add some asserts.
2015-09-22 15:09:35 -07:00
vng
1aa1ef443b
Fix scale level for geometry during indexing.
2015-09-22 15:09:34 -07:00
vng
044b8301fa
Built in ReadVarInt64Array for geometry loading.
2015-09-22 15:09:33 -07:00
Alex Zolotarev
48b2a4729a
[indexer_tool] Added boolean --world_only flag to allow only world file generation
2015-09-22 15:09:32 -07:00
Alex Zolotarev
9ebb6fb4b9
GCC build fix
2015-09-22 15:09:32 -07:00
Alex Zolotarev
3db26fe6db
Warning fixes
2015-09-22 15:09:31 -07:00
vng
e98b6dc0d7
Feature statistics calculation.
2015-09-22 15:09:31 -07:00
Yury Melnichek
dbdfb983a2
Naming fixes.
2015-09-22 15:09:24 -07:00
Alex Zolotarev
e20bfa9636
[indexer_tool] Fixed classificator loading
2015-09-22 15:09:22 -07:00
Alex Zolotarev
75aa535cb6
Renamed indexer tool flags
2015-09-22 15:09:22 -07:00
vng
5c7956c1a2
Minor fixes connected with code convensions.
2015-09-22 15:09:20 -07:00
vng
e60b1f07cc
Fix bug in empty geometry feature processing during indexing.
2015-09-22 15:09:19 -07:00
Alex Zolotarev
1d0cfa888e
GCC build fixes
2015-09-22 15:09:19 -07:00
vng
01bfae8821
Some minor optimizations (use array instead vector).
2015-09-22 15:09:18 -07:00
vng
effddd5ed3
- Geometry and Triangles simplification in features.
...
- Store Geometry and Triangles in different files of files-container for each scale range.
- Make small epsilon for simplification.
Remark: map_tests doesn't work
2015-09-22 15:09:18 -07:00
vng
29fad748ac
Better geometry sorting.
...
Divide geometry in separate files in files-container.
2015-09-22 15:09:17 -07:00
vng
7ae8e4c5e2
Fix possible error when .notsorted file already exists during generation.
...
Update epsilon for lines-simplification: using Epsilon(level+1).
2015-09-22 15:09:13 -07:00
vng
2673acf54a
Fix map_tests. Now it works correct with geometry for needed scale.
...
Fix indexer_tests - correct deletion of temporary files.
2015-09-22 15:09:12 -07:00
Yury Melnichek
de7b01f1ac
Restore BuildIndexTest.
2015-09-22 15:09:12 -07:00
Yury Melnichek
22c2ab6839
Refactor index to use FilesContainer and pass occlusionRect (unused for now) with query.
2015-09-22 15:09:11 -07:00
Yury Melnichek
9b0405dac2
Make indexer_tests/feature_routine.cpp clean after itself!
2015-09-22 15:09:10 -07:00
vng
69d59a86a4
Fix illegal instruction when
2015-09-22 15:09:08 -07:00
vng
d1e4089995
Change simplification policy.
2015-09-22 15:09:07 -07:00
vng
ab43a9a8bf
Fix unit tests.
2015-09-22 15:09:05 -07:00
vng
d9133a2d9f
Add files container everywere for dat, geom, trg, idx.
2015-09-22 15:09:04 -07:00