Commit graph

928 commits

Author SHA1 Message Date
sonora
cf37e2b605 fix nightMode bug for "white roads" at zoom<=13 and small bug in bridges 2011-10-25 03:08:53 +03:00
Victor Shcherb
ea5ad95433 Implement objects 2011-10-25 01:43:11 +02:00
Victor Shcherb
e563fa5659 Default implementation 2011-10-24 17:04:00 +02:00
Victor Shcherb
49531e162f Initialize internal rendering rules 2011-10-24 12:57:01 +02:00
pavolzibrita
781c161ac3 Merge pull request #105 from goedson/fix_day_night_rendering
Fixed sunset time calculation
2011-10-23 12:19:31 -07:00
Goedson Teixeira Paixao
335a29535f Fixed sunset time calculation
Do not invert the signal of timezone offset, since it is
already done in the SunriseSunset class calculations.
2011-10-23 12:59:52 -02:00
Victor Shcherb
e0943354f7 Rendering try 2011-10-22 11:52:11 +02:00
Victor Shcherb
a7dc62393e Trying to setup debug 2011-10-21 20:47:27 +02:00
sonora
32829aed2f Re-instate exactly old render functionality as starting point for AXES (1) 2011-10-21 14:13:51 +02:00
Victor Shcherb
9c2481a780 Merge branch 'niceRoads' 2011-10-20 22:41:40 +02:00
Victor Shcherb
7ba54c90ed Update shadow rendering to current implementation 2011-10-20 22:21:40 +02:00
Victor Shcherb
4ab6618bc7 Update shadow rendering to current implementation 2011-10-20 22:10:01 +02:00
sonora
11d7d88a57 string improvements 2011-10-20 21:35:22 +02:00
Victor Shcherb
ba3ecbd0a0 Merge niceRoads with master 2011-10-20 21:08:27 +02:00
Victor Shcherb
be4bf19692 Fix nature offshore rendering 2011-10-20 14:42:38 +02:00
Victor Shcherb
02a2b9992a Improve perfrmance. Fix small issues 2011-10-20 12:47:02 +02:00
Victor Shcherb
69173798eb Add hno to new renderer 2011-10-20 11:31:45 +02:00
Victor Shcherb
db0966450f Merge branch 'renderingAxes' 2011-10-20 11:29:26 +02:00
Victor Shcherb
c26ac730d6 Add UI for custom preferences 2011-10-20 11:23:15 +02:00
Victor Shcherb
0a6367ec9a Fix small issues 2011-10-19 18:32:03 +02:00
Victor Shcherb
050a003957 Improve performance 2011-10-19 18:08:53 +02:00
Victor Shcherb
292f84ffbf Fix small issues 2011-10-19 17:26:09 +02:00
Victor Shcherb
93098a731f Draft implementation 2011-10-19 16:42:50 +02:00
Victor Shcherb
cfa7138ed0 Implement rendering rule search request 2011-10-19 12:35:31 +02:00
pavolzibrita
d6b1ac46c3 Merge pull request #92 from goedson/fix_day_night_rendering
Fix calculation of Sunrise and Sunset times
2011-10-18 14:59:38 -07:00
Goedson Teixeira Paixao
5d892cfd89 Fix TimeZone.getOffset() call 2011-10-18 19:40:09 -02:00
Goedson Teixeira Paixao
91b5662a6f Changed SunriseSunset constructor interface
Changed the SunriseSunset construtor to take the TimeZone as
parameter, leaving the offset calculations to its implementation.

Changed the SunriseSunset instantiation at DayNightHelper
accordingly.
2011-10-18 17:05:38 -02:00
Victor Shcherb
cfd20fe776 Fix rendering rules 2011-10-18 01:56:16 +02:00
Goedson Teixeira Paixao
94353e24b3 Changed SunriseSunset interface to get offset in minutes
SunriseSunset's constructor originally got the timezone offset in
fraction of hours. Changed it to get it in minutes, to make the API
simpler to use.
2011-10-17 21:45:38 -02:00
Pavol Zibrita
a6dc202714 Do not find cityParts for streets that are close enough 2011-10-18 00:32:42 +02:00
Victor Shcherb
44a6a749b0 Initial implementation 2011-10-17 23:20:43 +02:00
pavolzibrita
70f752ea67 Update DataExtractionOSM/src/net/osmand/data/preparation/DBDialect.java 2011-10-17 17:36:34 +03:00
Pavol Zibrita
ad18f510ba Issue 684. addr:housenumber was missing in obf under encoding types.
It was because addr:housenumber had no value entries in the
rendering_types.xml.
Also added addr:housenumber to default.render.xml and
all-purpose.render.xml to show the house numbers.
This change needs regenerated maps because of the missing encoding type.
2011-10-16 23:49:40 +02:00
Pavol Zibrita
279f0b1575 Fixed bug 678. House numbers were not properly assigned to streets.
Small bug from previous refactorings.
2011-10-16 21:23:07 +02:00
sonora
8b1e34a5d5 Re-synced all-purpose with default renderer (bay problem, building order, Issue 572) Also introduced the moreDetail switch in all-purpose renderer, so renaming it to default and changing internal name to default (line 1+2) would make this the new base renderer upon implementation of the moreDetail switch in Osmand. 2011-10-12 01:43:01 +02:00
Victor Shcherb
32d387f9f1 Just trigger build 2011-10-11 23:08:29 +02:00
Victor Shcherb
e912cd3ebb Just trigger build 2011-10-11 23:04:30 +02:00
Victor Shcherb
710b875396 Just trigger build 2011-10-11 22:59:38 +02:00
Goedson Teixeira Paixao
f4b1156625 Fix calculation of Sunrise and Sunset times
Fixed the Sunrise/Sunset time calculation by:

- Inverting signal of timezone offset when calling SunriseSunset's
  constructor in DayNightHelper
- Properly formating the timezone offset when parsing the times in
  SunriseSunset's calculations
2011-10-10 23:06:19 -03:00
seeebek
0edfe5513e Small shadow fix for lower zoom levels. 2011-10-10 23:49:48 +03:00
Pavol Zibrita
eecd619d74 crlf 2011-10-10 22:13:02 +02:00
Pavol Zibrita
fdf66b83c2 Introducing project eclipse settings. Turning override annotation on. 2011-10-10 16:10:34 +02:00
Pavol Zibrita
d75db9eab6 Project settings to use unix style eol 2011-10-10 15:45:20 +02:00
seeebek
8a32b94f21 Minor changes for niceRoads. 2011-10-09 22:57:24 +02:00
Victor Shcherb
80be496580 Fix bay problems 2011-10-09 20:16:42 +02:00
Victor Shcherb
733c31380b Fix building order 2011-10-09 19:58:21 +02:00
Victor Shcherb
5326b2fa80 Fix issue 671. Tertiary link 2011-10-09 19:53:53 +02:00
seeebek
4ef5183abe Fixed for new street renderer. Bridges and paths now drawn properly. 2011-10-09 11:09:43 +02:00
seeebek
185adb6539 First renderer file for better street rendering. 2011-10-09 11:07:48 +02:00
Victor Shcherb
b8a12cbfdb Improve transport search performance 2011-10-09 10:52:50 +02:00
Pavol Zibrita
9d066711da Issue 579, doing the dialogs correct way (converted few) 2011-10-09 05:12:45 +02:00
Victor Shcherb
155b4e2166 Change continuous rendering settings 2011-10-08 22:08:07 +02:00
Victor Shcherb
7ba33b4d0a Fix Issue 572. Ranging city/towns by priority 2011-10-08 13:00:58 +02:00
Victor Shcherb
bec84498d7 Replace CRLF 2011-10-08 00:44:36 +02:00
dusan
60ebde2f6f updated map creator's slovak translation 2011-10-07 10:16:53 +02:00
Pavol Zibrita
63ed97db29 updated map creator message strings 2011-10-07 01:24:28 +02:00
Pavol Zibrita
90372dc9e7 fix slow processing of streets, boundaries 2011-10-07 01:14:16 +02:00
dusan
dcd249325f commited .classpath 2011-10-06 14:08:04 +02:00
dusan
0fde283507 updated sqlite lib 2011-10-06 14:03:04 +02:00
Victor Shcherb
26e67eeedd Update index creator 2011-10-06 00:24:34 +02:00
Victor Shcherb
d5078718a0 Fix issue 667 2011-10-05 23:47:49 +02:00
vshcherb
2c49581cee Merge pull request #79 from szimszon/patch-5
change dependency to default
2011-10-05 09:39:13 -07:00
Victor Shcherb
58cd6527be Start development 0.6.9 2011-10-05 01:27:48 +02:00
Victor Shcherb
cd04634b76 Version 0.6.8 2011-10-04 23:32:37 +02:00
Victor Shcherb
be0bdc7e9b Issue 561:Voice prompt about GPS status in navigation mode (about lost GPS signal) 20 seconds delay. Issue about first voice prompt omitting. 2011-10-04 21:43:49 +02:00
vshcherb
cfa205fed9 Merge pull request #76 from szimszon/patch-3
Based on https://groups.google.com/d/topic/osmand/wQzZheGFQp0/discussion
2011-10-03 15:10:46 -07:00
szimszon
317cf05520 Edited DataExtractionOSM/src/net/osmand/render/hiking.render.xml via GitHub 2011-10-03 17:02:25 +03:00
pavolzibrita
b5fe3c108c Merge pull request #71 from arlas/patch-6
edit squareroots and proposal for offline routing
2011-10-03 04:41:14 -07:00
Pavol Zibrita
589ce6d71d Add app version when accessing download.osmand.net 2011-10-03 13:14:40 +02:00
Victor Shcherb
33f138a7c8 Fix small changes 2011-10-03 00:45:53 +02:00
Victor Shcherb
bc6f8e4c72 Update POI/transport loading thread and not interrupt main loading thread 2011-10-03 00:19:01 +02:00
Victor Shcherb
76d60428f1 Implement search by name poi categories/subcategories 2011-10-02 21:04:54 +02:00
Victor Shcherb
7f0ef99d11 Small changes 2011-10-02 21:04:54 +02:00
Victor Shcherb
d40fa64568 Temporary commit 2011-10-02 21:04:35 +02:00
Victor Shcherb
403c8e750a Implement search by name poi categories/subcategories 2011-10-01 12:54:46 +02:00
Victor Shcherb
89f8885aa9 Small changes 2011-10-01 11:23:13 +02:00
vshcherb
cd575b1fe0 Merge pull request #78 from szimszon/master
elevation lines rendering.xml based on all-purpose.xml
2011-09-30 16:44:54 -07:00
vshcherb
8febf0ba54 Merge pull request #77 from szimszon/patch-4
works well with dash and bash, have not tested with other shell...
2011-09-30 16:30:49 -07:00
Victor Shcherb
bcc1f0a532 Fix build 2011-10-01 01:20:49 +02:00
szimszon
bc83be3167 Based on https://groups.google.com/d/topic/osmand/wQzZheGFQp0/discussion
elevation lines based on all-purpose rendering.xml
2011-09-30 23:08:10 +02:00
szimszon
925f1811e2 works well with dash and bash, have not tested with other shell... 2011-09-30 23:40:15 +03:00
szimszon
39ba662911 Based on https://groups.google.com/d/topic/osmand/wQzZheGFQp0/discussion could we add
<subtype id="30" polyline="true" tag="contour" value="elevation" minzoom="8" />
on rendering_types.xml please?
2011-09-30 22:52:37 +03:00
Pavol Zibrita
2f044e68de make the -local work also for regions.xml file 2011-09-30 18:34:25 +02:00
Victor Shcherb
f7075d82d4 Make search more discrete 2011-09-30 15:44:30 +02:00
Victor Shcherb
eb7abdd0b8 Search by name improvement 2011-09-30 15:44:30 +02:00
Victor Shcherb
aaea8cb0de Introduce search by name filter 2011-09-30 15:44:30 +02:00
Victor Shcherb
e770138e5b Implement POI search by name 2011-09-30 15:44:30 +02:00
Victor Shcherb
dd95a862ee Align old poi db index usage with new index usage 2011-09-30 15:43:44 +02:00
Victor Shcherb
5f95151338 Implement search by name. Refactor some binary file readers 2011-09-28 01:38:52 +02:00
Victor Shcherb
54c3487c48 POI Name index 2011-09-28 01:38:52 +02:00
Victor Shcherb
068a15d7cc Preserve space for name indexes 2011-09-28 01:38:52 +02:00
Victor Shcherb
c5179ada99 Modify binary POI data structure 2011-09-28 01:38:51 +02:00
Pavol Zibrita
9470285d3f Trying to find better street-city binding according existing boundaries.
Removing incomplete boundaries.
Returned the algorithm to search nearest city/village for streets with
same name that are near different districts.
2011-09-26 21:08:29 +02:00
Pavol Zibrita
09a8cdfaf7 Include original file size in zipfile. 2011-09-26 00:55:46 +02:00
Victor Shcherb
be734aef85 Optimize poi search 2011-09-25 20:58:23 +02:00
Victor Shcherb
71baf5a7af Small improvements to Local Index Activity. Made search faster 2011-09-25 18:20:11 +02:00
Victor Shcherb
fccd27d426 Update search to limit results 2011-09-25 01:14:35 +02:00
Victor Shcherb
45d34de01c Slightly improve poi search activity 2011-09-24 21:20:48 +02:00
Victor Shcherb
ade397475a Small improvements 2011-09-24 11:58:17 +02:00
Victor Shcherb
e7d1c174fd Update index info 2011-09-24 11:58:17 +02:00