Hărțile PUM/API și tehnici cartografice

Started by cristi5, July 11, 2017, 10:02:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RobertH

M-a pacalit SF-ul acolo . Am uitat sa schimb ... am facut-o doar la podul peste Mures.

Daniel_I

#226
Da așa e. In SF era diferit față de soluția din teren. Pizzaroti a optimizat acolo. Merci !
On The Road

RobertH

#227
Aici se afla un CIC ? (nodul de la ungheni , A3)


Powered by API/PUM imgur uploader

Apropo, se pare ca putem admira sectiunea Ungheni - Turda in toata splendoarea ei pe Google Earth, actualizarea imaginii fiind recenta pana aproape de comuna Luna. Am si gasit greseli pe A3 la sub/supra traversari .

Ionut


cristi5

#229
Pun si aici noul traseu/pasaj al DN7 la Ilia in apropierea nodului A1. Traseul vechi e marcat si el.

http://www.cfr.ro/files/doclic/ReabilitareCurticiSimeria2c-3/TR.3_1/LOT%202/PODURI/desene/506+217.83/



Apropo, la Branisca a aparut un dreptunghi de CF pe harta proiectelor :) Probabil perimetrul noii statii?

RobertH


cristi5

#231
Avem o mica problema cu start_date si opening_date
https://wiki.openstreetmap.org/wiki/Key:start%20date
https://wiki.openstreetmap.org/wiki/Key:opening_date

Conform definitiilor OSM, start_date ar trebui sa fie aprox data receptiei lucrarilor, iar opening_date data deschiderii in trafic (deci la muzee ele sunt diferite).
De obicei start_date e in trecut si opening_date e o data din viitor. Cu alte cuvinte opening_date e un tag temporar pe OSM, noi il folosim si pt a inregistra data deschiderii autostrazilor si lucrarilor conexe.

Am vrut sa fac harta sa recunoasca direct start_date dar problema este ca sunt multe segmente de drum care au start_date marcat (de exemplu cand a fost reparat un pod, ceea ce mi se pare gresit, pt ca podul exista si inainte)
https://www.openstreetmap.org/way/245331935

Ca atare daca coloreaza segmentele care au start_date harta devine plina de punctulete albastre.

Conditia de selectare a segmentelor pt harta arata asa
lg.highway in('motorway', 'motorway_link')
or lg.highway not in ('construction','proposed') and lg.opening_date is not null
or lg.construction in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
or lg.proposed in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
or lg.railway in('proposed', 'construction')


Adica se selecteaza
- tot ce e autostrada,
- din segmentele care nu sunt autostrada, si nu sunt in constructie doar cele care au marcat opening_date. Se face asa pt a "prinde"
       * lucrari finalizate de genul pasajelor de la Arad
       * centuri rutiere finalizate
       * lucrari finalizate conexe autostrazilor (relocari de drum, supratraversari de autostrada, etc)
- din segmentele in constructie tot ce e CF sau drum, de la autostrada pana la DJ (tertiary)

As propune sa marcam opening_date pt segmentele de interes pt harta (cum e DN7G de exemplu) si sa nu folosim start_date (adica "codul" hartii sa ramana ca pana acum).

Alternativa ar fi sa zicem ca ne intereseaza tot ce e de la DN in sus (trunk si primary). Asta ar prinde centurile rutiere si podurile/pasajele importante. Pentru lucrarile conexe autostrazilor, putem folosi opening_date ca acum.


Pun aici toate segmentele care au start_date dar nu si opening_date (306 la numar), exceptand autostrazi. Numai DN7G mi se pare relevant pt harta.


gis=# select osm_id, highway, ref, bridge, start_date from planet_osm_line where osm_id>0 and start_date is not null and opening_date is null and highway not in ('construction', 'proposed', 'motorway', 'motorway_link') order by start_date desc;
  osm_id   |   highway    |     ref      | bridge  | start_date
-----------+--------------+--------------+---------+------------
317954233 | tertiary     | DJ709J       |         | 2017
501281811 | secondary    | DJ681        |         | 2017
501281810 | secondary    | DJ681        | yes     | 2017
685114580 | secondary    | DJ681        |         | 2017
373602942 | track        |              |         | 2017
684813915 | track        |              |         | 2017
236771306 | tertiary     | DC103        |         | 2017
685055878 | tertiary     | DC103        |         | 2017
317954652 | tertiary     | DC103        | yes     | 2017
317954653 | tertiary     | DC103        |         | 2017
684811997 | tertiary     | DJ709J       |         | 2017
317954232 | tertiary     | DJ709J       | yes     | 2017
349782436 | trunk        | DN1          |         | 2016-03-08
349782429 | trunk        | DN1          |         | 2016-03-08
349782425 | trunk        | DN1          |         | 2016-03-08
349782400 | trunk        | DN1          | yes     | 2016-03-08
349782432 | trunk        | DN1          |         | 2016-03-08
315230462 | tertiary     | DJ709J       | yes     | 2016
317955332 | tertiary     | DJ709J       |         | 2016
684817136 | track        |              |         | 2016
684817137 | track        |              | yes     | 2016
684817138 | track        |              |         | 2016
466076328 | trunk        | DN7          |         | 2016
684815916 | tertiary     | DJ709J       |         | 2016
684815917 | tertiary     | DJ709J       |         | 2016
314294944 | tertiary     | DJ709J       | yes     | 2016
533364465 | tertiary     | DJ709J       |         | 2016
538995348 | secondary    |              | yes     | 2016
538995350 | secondary    |              |         | 2016
412951334 | secondary    |              | yes     | 2016
412951335 | secondary    |              |         | 2016
412928270 | secondary    |              |         | 2016
412948592 | secondary    |              |         | 2016
387066840 | tertiary     |              |         | 20151220
320308052 | secondary    | DJ100B       |         | 2015-11-28
319479511 | service      |              |         | 2015-03-12
499508652 | service      |              |         | 2015-03-12
387383016 | secondary    | DJ609E       | yes     | 2015
387383208 | tertiary     | DC65         | yes     | 2015
685000979 | tertiary     | DC65         |         | 2015
387383207 | tertiary     | DC65         |         | 2015
100344661 | track        |              |         | 2015
665646351 | track        |              | yes     | 2015
685002400 | track        |              |         | 2015
665646357 | track        |              |         | 2015
680723859 | track        |              |         | 2015
387383013 | secondary    | DJ609E       |         | 2015
665646359 | track        |              | yes     | 2015
680723858 | track        |              |         | 2015
665646363 | track        |              | yes     | 2015
665646361 | track        |              |         | 2015
685065455 | secondary    | DJ609E       |         | 2015
685067539 | tertiary     | DC75         |         | 2015
387383012 | tertiary     | DC75         | yes     | 2015
387383015 | tertiary     | DC75         |         | 2015
387383018 | tertiary     | DC76         |         | 2015
387383017 | tertiary     | DC76         | yes     | 2015
685067986 | tertiary     | DC76         |         | 2015
685069044 | track        |              |         | 2015
685069045 | track        |              | yes     | 2015
685069042 | track        |              |         | 2015
340886223 | secondary    | DJ572        |         | 2015
253438828 | secondary    | DJ572        |         | 2015
340886224 | secondary    | DJ572        |         | 2015
340886218 | secondary    | DJ572        | yes     | 2015
340886220 | secondary    | DJ572        |         | 2015
253438829 | secondary    | DJ572        |         | 2015
340886219 | secondary    | DJ572        |         | 2015
665646388 | track        |              |         | 2015
665646385 | track        |              | yes     | 2015
685077252 | track        |              |         | 2015
665646382 | track        |              |         | 2015
665646383 | track        |              | yes     | 2015
665646384 | track        |              |         | 2015
665646381 | track        |              |         | 2015
665646380 | track        |              | yes     | 2015
665646379 | track        |              |         | 2015
684829921 | track        |              |         | 2015
315228246 | track        |              |         | 2015
315228247 | track        |              | yes     | 2015
315228245 | unclassified |              |         | 2015
315228244 | track        |              |         | 2015
315228243 | unclassified |              | yes     | 2015
  90517103 | primary      | DN7G         |         | 2014
  90516018 | primary      | DN7G         |         | 2014
684663008 | primary      | DN7G         | yes     | 2014
642935838 | primary      | DN7G         | yes     | 2014
642935839 | primary      | DN7G         |         | 2014
684663012 | primary      | DN7G         |         | 2014
102679345 | trunk        | DN56         | yes     | 2013-06-14
189778644 | trunk        | E 79         | yes     | 2013-06-14
231062432 | trunk        | E 79         | yes     | 2013-06-14
231062433 | trunk        | DN56         | yes     | 2013-06-14
373602814 | tertiary     | DC127        | yes     | 2013
373602816 | tertiary     | DC127        |         | 2013
685097884 | tertiary     | DC127        |         | 2013
685104302 | secondary    | DJ609        |         | 2013
373602829 | secondary    | DJ609        | yes     | 2013
373602826 | secondary    | DJ609        |         | 2013
685105326 | unclassified | DC118        |         | 2013
233102654 | unclassified | DC118        | yes     | 2013
233102653 | unclassified | DC118        |         | 2013
373602831 | secondary    | DJ681C       | yes     | 2013
685106572 | secondary    | DJ681C       |         | 2013
373602905 | track        |              |         | 2013
373602888 | track        |              | yes     | 2013
685108167 | track        |              |         | 2013
680734018 | secondary    | DJ681C       |         | 2013
127670506 | track        |              |         | 2013
304129706 | track        |              | yes     | 2013
304129703 | track        |              |         | 2013
388279963 | track        |              |         | 2013
388279962 | track        |              | yes     | 2013
388279961 | track        |              |         | 2013
685087589 | secondary    | DJ609B       |         | 2013
257998124 | secondary    | DJ609B       | yes     | 2013
257998125 | secondary    | DJ609B       |         | 2013
375585888 | primary      |              |         | 2013
390294214 | primary      |              |         | 2013
343438012 | primary      |              |         | 2013
252697312 | secondary    | DJ609A       |         | 2013
252697313 | secondary    | DJ609A       | yes     | 2013
251702193 | secondary    | DJ609A       |         | 2013
388279960 | track        |              |         | 2013
388279959 | track        |              | yes     | 2013
685086845 | track        |              |         | 2013
382255195 | primary      |              |         | 2013
250090075 | primary      | A4           |         | 2013
229685256 | tertiary     |              |         | 2013
229685165 | tertiary     |              |         | 2013
680731672 | primary      | DN68A        |         | 2013
255507042 | primary      | DN68A        |         | 2013
255507046 | primary      | DN68A        |         | 2013
255507041 | primary      | DN68A        |         | 2013
255507066 | primary      | DN68A        |         | 2013
255507067 | primary      | DN68A        |         | 2013
255507112 | primary      | DN68A        |         | 2013
255507113 | primary      | DN68A        | yes     | 2013
254566676 | primary      | DN68A        |         | 2013
255507049 | primary      | DN68A        |         | 2013
255507048 | primary      | DN68A        |         | 2013
255507040 | primary      | DN68A        |         | 2013
255507043 | primary      | DN68A        |         | 2013
255507044 | primary      | DN68A        |         | 2013
685108181 | primary      | DN68A        |         | 2013
349285545 | secondary    | DJ682F       |         | 2013
304129605 | secondary    | DJ682F       | yes     | 2013
304129606 | secondary    | DJ682F       |         | 2013
373602821 | track        | DC58         |         | 2012
224984848 | track        |              | yes     | 2012
141790673 | secondary    | DJ682        |         | 2012
224984829 | tertiary     | DC62         | yes     | 2012
310220485 | tertiary     | DC62         |         | 2012
373602895 | track        |              | yes     | 2012
373602922 | track        |              |         | 2012
224984844 | track        | DC61         |         | 2012
224984847 | track        | DC61         | yes     | 2012
684996129 | track        | DC61         |         | 2012
672013784 | secondary    | DJ682        |         | 2012
141790679 | secondary    | DJ682        |         | 2012
672013783 | secondary    | DJ682        |         | 2012
672013781 | secondary    | DJ682        |         | 2012
141790675 | secondary    | DJ682        |         | 2012
141790672 | secondary    | DJ682        | yes     | 2012
671546592 | secondary    | DJ682        |         | 2012
671546593 | secondary    | DJ682        |         | 2012
142241947 | primary      | DN69         |         | 2012
142241948 | primary      | DN69         |         | 2012
141790677 | secondary    | DJ682        |         | 2012
141790681 | secondary    | DJ682        |         | 2012
671546591 | secondary    | DJ682        |         | 2012
684998722 | tertiary     | DC62         |         | 2012
373602909 | track        |              |         | 2012
373602910 | track        |              |         | 2012
671546590 | secondary    | DJ682        |         | 2012
141790665 | primary      | DN69         |         | 2012
142042788 | primary      | DN69         |         | 2012
142042787 | primary      | DN69         | yes     | 2012
373602921 | track        |              |         | 2012
373602822 | track        | DC58         |         | 2012
373602818 | track        | DC58         | yes     | 2012
224953215 | track        |              |         | 2011-07-01
196945335 | track        | DC56         | yes     | 2011
196945336 | track        |              | yes     | 2011
684990458 | track        |              |         | 2011
196945338 | track        |              |         | 2011
684987915 | secondary    | DJ693        |         | 2011
142343392 | secondary    | DJ693        | yes     | 2011
142343384 | secondary    | DJ693        |         | 2011
224953213 | track        |              |         | 2011
224953210 | track        |              | yes     | 2011
684976838 | track        |              |         | 2011
224953206 | track        |              | yes     | 2011
684975714 | track        |              |         | 2011
224953203 | track        |              |         | 2011
224953208 | track        |              | yes     | 2011
684975712 | track        |              |         | 2011
684972960 | track        |              |         | 2011
304129704 | track        |              | yes     | 2011
304129707 | track        |              |         | 2011
684972535 | tertiary     | DC95         |         | 2011
224953211 | tertiary     | DC95         | yes     | 2011
224953202 | tertiary     | DC95         |         | 2011
684971926 | track        |              |         | 2011
304129708 | track        |              | yes     | 2011
304129700 | track        |              |         | 2011
304129607 | secondary    | DJ682G       |         | 2011
304129570 | secondary    | DJ682G       | yes     | 2011
684971005 | secondary    | DJ682G       |         | 2011
684965046 | track        |              |         | 2011
224953209 | track        |              | yes     | 2011
224953212 | track        |              |         | 2011
373602899 | track        |              |         | 2011
373602877 | track        |              | yes     | 2011
684992712 | track        |              |         | 2011
194030740 | primary      |              |         | 2011
194030724 | primary      |              |         | 2011
194030698 | primary      |              |         | 2011
194030739 | primary      | DJ691        |         | 2011
194030748 | primary      |              |         | 2011
194030736 | primary      |              |         | 2011
194030745 | primary      |              |         | 2011
684990473 | track        |              |         | 2011
224953205 | track        |              | yes     | 2011
224953217 | track        |              |         | 2011
684990468 | track        | DC56         |         | 2011
196945337 | track        | DC56         |         | 2011
245331935 | tertiary     |              |         | 2004
245331907 | tertiary     | DJ234        | yes     | 2002
245331931 | tertiary     | DC71         |         | 2001
146833282 | tertiary     | DC73B        | yes     | 2001
149816485 | secondary    | DJ102D       | yes     | 1999
146342652 | residential  |              | yes     | 1997
245331921 | tertiary     | DJ234        |         | 1995
147114864 | tertiary     | DJ234        | yes     | 1995
147114850 | tertiary     | DJ234        | yes     | 1993
147114867 | tertiary     | DJ234        | yes     | 1993
222870480 | secondary    | DJ233        | yes     | 1992
245331914 | tertiary     | DJ235        | yes     | 1992
245334135 | tertiary     | DC34         | yes     | 1991
146103425 | tertiary     | DJ235        | yes     | 1991
192950374 | secondary    | DJ100M       | yes     | 1991
146836214 | residential  | DC73         | yes     | 1990
245323618 | tertiary     | DC90         | yes     | 1990
245331889 | tertiary     | DJ100L       |         | 1990
147114840 | tertiary     | DJ102C       | yes     | 1990
147114858 | tertiary     | DJ102C       | yes     | 1989
245331932 | tertiary     | DJ102K       | yes     | 1989
222537440 | secondary    | DJ139        | yes     | 1988
222726790 | secondary    | DJ139        | yes     | 1988
148278909 | tertiary     |              | yes     | 1988
146076588 | tertiary     | DJ235        | yes     | 1988
222868933 | tertiary     | DC37         | yes     | 1988
145172915 | secondary    | DJ100M       |         | 1987
682069415 | secondary    | DJ100M       |         | 1987
682069414 | secondary    | DJ100M       | yes     | 1987
245331930 | tertiary     |              |         | 1986
245331934 | tertiary     |              | yes     | 1985
245331920 | tertiary     | DC45         | yes     | 1984
245334130 | secondary    | DJ219        | yes     | 1984
245334132 | secondary    | DJ233        | yes     | 1984
149464129 | tertiary     | DC76A        | yes     | 1983
245331902 | secondary    | DJ231        |         | 1983
225533889 | secondary    | DJ102L       | yes     | 1982
245331913 | tertiary     | DJ235        | yes     | 1982
146836247 | tertiary     | DC73A        | yes     | 1982
  15972764 | trunk        | DN1B         | yes     | 1982
226423137 | tertiary     | DJ100L       | yes     | 1982
245331928 | tertiary     | DJ100L       |         | 1981
  15961804 | secondary    | DJ101D       | yes     | 1981
  35091839 | tertiary     |              | yes     | 1980
245331926 | secondary    | DJ102K       |         | 1980
245331906 | tertiary     | DJ234        |         | 1979
245331923 | secondary    | DJ102K       |         | 1978
245331908 | tertiary     | DJ234        | yes     | 1978
245331893 | secondary    | DJ102C       | yes     | 1976
224892375 | secondary    | DJ148        | yes     | 1976
245331894 | secondary    | DJ102C       | yes     | 1976
245331927 | tertiary     | DJ102M       |         | 1976
  23814614 | tertiary     | DJ102M       | yes     | 1976
146124673 | secondary    | DJ102R       | yes     | 1976
222870479 | secondary    | DJ100M       | yes     | 1975
146342632 | secondary    | DJ102L       | yes     | 1975
147605766 | secondary    | DJ100B       | yes     | 1975
  16134650 | secondary    | DJ10B        | yes     | 1975
245331922 | secondary    | DJ102M       |         | 1975
245331895 | secondary    | DJ102C       |         | 1974
224729453 | secondary    | DJ102C       | yes     | 1974
147381404 | secondary    | DJ101E       | yes     | 1973
  15970620 | tertiary     |              | yes     | 1972
146210310 | secondary    | DJ102M       | yes     | 1972
103548164 | secondary    | DJ101F       | yes     | 1971
245324005 | secondary    | DJ100B       | yes     | 1970
222869351 | secondary    | DJ102B       | yes     | 1968
225425238 | secondary    | DJ102D       | yes     | 1968
245334129 | secondary    | DJ102B       | yes     | 1968
  86100333 | primary      | DN7C         |         | 1966
222869350 | secondary    | DJ102B       | yes     | 1965
151528691 | secondary    | DJ102C       | yes     | 1963
  24681834 | secondary    | DJ147        | yes     | 1960
175565720 | secondary    | DJ102E       |         | 1955
223812862 | trunk        | DN1B         | yes     | 1930
223812864 | secondary    | DJ100H       | yes     | 1930
679212710 | track        |              | viaduct | 1908
679212705 | path         |              | viaduct | 1908
  16137542 | secondary    | DJ100E;DJ102 | yes     | 1890
(306 rows)


Invers, exista 625 segmente care au opening_date dar nu start_date. Probabil la acestea ar trebui copiat (automat!) start_date=opening_date, sa ramana pentru posteritate. Pot sa discut asta cu comunitatea OSM.

select osm_id, highway, ref, opening_date from planet_osm_line where osm_id>0 and opening_date is not null and start_date is null and highway not in ('construction', 'proposed') order by opening_date desc;
  osm_id   |    highway    |     ref      | opening_date
-----------+---------------+--------------+--------------
454379253 | primary       | DN11         | NOV 2016
685501268 | tertiary      |              | 2018-12
685501272 | tertiary      |              | 2018-12
685501273 | tertiary      |              | 2018-12
685501278 | tertiary      |              | 2018-12
374101755 | trunk         | DN19G        | 2018
374101754 | trunk         | DN19G        | 2018
656860024 | trunk         | DN19G        | 2018
684670421 | track         |              | 2018
684670420 | track         |              | 2018
684670419 | track         |              | 2018
668513382 | motorway      | A3           | 2018
632843286 | trunk         | DN19G        | 2018
374101753 | trunk         | DN19G;DJ108M | 2018
374101752 | trunk         | DN19G        | 2018
656860023 | trunk         | DN19G        | 2018
283508226 | motorway_link | A3           | 2018
684769210 | motorway_link | A3           | 2018
283508209 | motorway_link | A3           | 2018
283508221 | motorway_link | A3           | 2018
684621847 | services      |              | 2018
283508206 | motorway_link | A3           | 2018
684605989 | motorway      | A3           | 2018
665003600 | motorway      | A3           | 2018
684605990 | motorway      | A3           | 2018
684605991 | motorway      | A3           | 2018
684605988 | motorway      | A3           | 2018
  32934183 | motorway      | A3           | 2018
621241305 | motorway      | A3           | 2018
621241306 | motorway      | A3           | 2018
673113860 | services      |              | 2018
673113861 | services      |              | 2018
621241308 | motorway      | A3           | 2018
621241307 | motorway      | A3           | 2018
621241309 | motorway      | A3           | 2018
621241311 | motorway      | A3           | 2018
621241310 | motorway      | A3           | 2018
621241312 | motorway      | A3           | 2018
330237482 | motorway      | A3           | 2018
503450863 | motorway      | A3           | 2018
330237481 | motorway      | A3           | 2018
503450862 | motorway      | A3           | 2018
654417539 | motorway      | A3           | 2018
654417537 | trunk_link    | A3           | 2018
656584307 | trunk         | DN19G        | 2018
656584302 | trunk         | DN1F;DN19G   | 2018
245003965 | motorway      | A3           | 2018
256177884 | motorway_link |              | 2018
250099910 | trunk         |              | 2018
250099909 | motorway_link |              | 2018
250099908 | motorway_link |              | 2018
215199719 | trunk_link    |              | 2018
215200082 | trunk_link    |              | 2018
  45903155 | motorway      | A3           | 2018
683788571 | tertiary_link |              | 2018
530342407 | tertiary_link |              | 2018
683788433 | tertiary_link |              | 2018
530342408 | tertiary_link |              | 2018
210015393 | track         |              | 2018
211664160 | track         |              | 2018
530340357 | tertiary      | DC81         | 2018
683787573 | tertiary      | DC81         | 2018
609485529 | tertiary      | DC81         | 2018
540190844 | service       |              | 2018
530337740 | motorway_link |              | 2018
540190848 | motorway_link |              | 2018
679877354 | service       |              | 2018
540190847 | service       |              | 2018
540190846 | service       |              | 2018
506987574 | service       |              | 2018
506987581 | services      |              | 2018
582875669 | motorway_link |              | 2018
525871097 | motorway_link |              | 2018
506987579 | motorway_link |              | 2018
530336560 | services      |              | 2018
530336561 | services      |              | 2018
283340638 | motorway_link | A3           | 2018
245003966 | motorway      | A3           | 2018
503983010 | motorway      | A3           | 2018
503983009 | motorway      | A3           | 2018
245003967 | motorway      | A3           | 2018
525238475 | services      |              | 2018
525238473 | services      |              | 2018
680901014 | primary       | DN7          | 2018
363139669 | primary       | DN7          | 2018
680901015 | primary       | DN7          | 2018
223436288 | primary       | DN7          | 2018
223436289 | primary       | DN7          | 2018
665204102 | primary       | DN7          | 2018
680876830 | secondary     | DJ706A       | 2018
480916374 | secondary     | DJ706A       | 2018
481451122 | secondary     | DJ706A       | 2018
480916376 | track         |              | 2018
481451109 | secondary     | DJ706A       | 2018
172695213 | primary       | DN7          | 2018
320171420 | primary       | DN7          | 2018
320171418 | primary       | DN7          | 2018
320171417 | primary       | DN7          | 2018
320171419 | primary       | DN7          | 2018
390666755 | trunk         | DN68A        | 2018
390666756 | trunk         | DN68A        | 2018
532755979 | trunk         | DN68A        | 2018
445817967 | trunk         | DN68A        | 2018
390666757 | trunk         | DN68A        | 2018
256097855 | trunk_link    | A3           | 2018
668925388 | trunk         | A3           | 2018
256097200 | trunk         | A3           | 2018
663605530 | trunk         | A3           | 2018
256097854 | trunk_link    | A3           | 2018
655088311 | trunk         | A3           | 2018
284325583 | trunk         | A3           | 2018
284325581 | trunk         | A3           | 2018
284325578 | trunk         | A3           | 2018
658273140 | trunk         | A3           | 2018
284325584 | trunk         | A3           | 2018
658273141 | trunk         | A3           | 2018
575516282 | trunk         | A3           | 2018
629247813 | motorway_link | A3           | 2018
581675914 | motorway      | A3           | 2018
256097204 | trunk_link    |              | 2018
581675915 | trunk         | A3           | 2018
256097201 | trunk_link    |              | 2018
255541367 | motorway      | A3           | 2018
668513383 | motorway      | A3           | 2018
663605529 | motorway      | A3           | 2018
284325585 | motorway      | A3           | 2018
284325577 | motorway      | A3           | 2018
284325580 | motorway      | A3           | 2018
284325575 | motorway      | A3           | 2018
655088315 | motorway      | A3           | 2018
284325574 | motorway      | A3           | 2018
655088323 | motorway      | A3           | 2018
256096093 | motorway_link | A3           | 2018
256096092 | motorway_link | A3           | 2018
284325579 | motorway      | A3           | 2018
284325582 | motorway      | A3           | 2018
655088336 | motorway      | A3           | 2018
462802953 | motorway      | A3           | 2018
256096095 | motorway_link | A3           | 2018
256096094 | motorway_link | A3           | 2018
462802954 | motorway      | A3           | 2018
461935006 | motorway      | A3           | 2018
668513384 | motorway      | A3           | 2018
655088340 | motorway      | A3           | 2018
461935005 | motorway      | A3           | 2018
668513385 | motorway      | A3           | 2018
284325576 | motorway      | A3           | 2018
255541366 | motorway      | A3           | 2018
658682706 | motorway      | A3           | 2018
255541364 | motorway      | A3           | 2018
658682710 | motorway      | A3           | 2018
658682714 | motorway      | A3           | 2018
658682719 | motorway      | A3           | 2018
255541363 | motorway      | A3           | 2018
229489855 | motorway      | A3           | 2018
179302045 | motorway      | A3           | 2018
461935004 | motorway      | A3           | 2018
461935002 | motorway      | A3           | 2018
320741940 | motorway_link | A3           | 2018
320741941 | motorway_link | A3           | 2018
320741939 | motorway_link | A3           | 2018
320741942 | motorway_link | A3           | 2018
320741943 | motorway_link | A3           | 2018
662467016 | secondary     | A3           | 2018
684621844 | motorway_link | A3           | 2018
684621841 | motorway_link | A3           | 2018
684621845 | motorway_link | A3           | 2018
684621843 | motorway_link | A3           | 2018
684621842 | motorway_link | A3           | 2018
684621846 | service       |              | 2018
283508218 | motorway_link | A3           | 2018
256766626 | trunk         | DN6          | 2017
256766639 | trunk_link    |              | 2017
256766641 | trunk_link    |              | 2017
256766640 | trunk_link    |              | 2017
667009004 | trunk         |              | 2017
667009005 | trunk         |              | 2017
667009009 | trunk         |              | 2017
438317986 | tertiary      | DC153        | 2017
438317984 | tertiary      | DC153        | 2017
438317985 | tertiary      | DC153        | 2017
438318417 | secondary     | DJ706        | 2017
438318416 | secondary     | DJ706        | 2017
680873603 | secondary     | DJ706        | 2017
256766642 | trunk_link    |              | 2017
530665137 | trunk         | DN1          | 2017
525873534 | trunk         | DN1          | 2017
507050437 | track         |              | 2017
526456391 | track         |              | 2017
676270956 | track         |              | 2017
526455918 | service       |              | 2017
526455917 | service       |              | 2017
507050456 | tertiary      | DC147        | 2017
507050457 | tertiary      | DC147C       | 2017
526454945 | tertiary      | DC147C       | 2017
526454946 | tertiary      | DC147C       | 2017
507050439 | service       |              | 2017
528374234 | tertiary      | DC146A       | 2017
679877347 | trunk         | DN1          | 2017
256766630 | trunk         |              | 2017
676284692 | secondary     | DJ680B       | 2017
676283118 | secondary     | DJ680B       | 2017
455146563 | secondary     | DJ103        | 2017
356036119 | secondary     | DJ103        | 2017
356036120 | secondary     | DJ103        | 2017
  99333249 | tertiary      | DC137        | 2017
667009013 | trunk         |              | 2017
507052965 | tertiary      | DC146A       | 2017
507052962 | tertiary      | DC146A       | 2017
679541663 | motorway      | A1           | 2017
501281812 | motorway      | A1           | 2017
438334135 | motorway      | A1           | 2017
501281804 | motorway      | A1           | 2017
501281805 | motorway      | A1           | 2017
501281806 | motorway      | A1           | 2017
673181597 | services      |              | 2017
673181598 | services      |              | 2017
530335806 | tertiary      | DC85         | 2017
530335805 | tertiary      | DC85         | 2017
256766633 | trunk         |              | 2017
525864235 | tertiary      | DC85         | 2017
683785723 | tertiary      | DC85         | 2017
525864236 | tertiary      | DC85         | 2017
525866013 | track         |              | 2017
525866015 | track         |              | 2017
525866017 | track         |              | 2017
501281807 | motorway      | A1           | 2017
256766638 | trunk         |              | 2017
256766635 | trunk         |              | 2017
256766632 | trunk         |              | 2017
256766628 | trunk         | DN6          | 2017
525872988 | track         |              | 2017
525872991 | track         |              | 2017
679877319 | tertiary      | DJ107Z       | 2017
590978372 | trunk         | DN6          | 2017
679877323 | tertiary      | DJ107Z       | 2017
525875312 | unclassified  | DJ107Z       | 2017
525875033 | track         |              | 2017
253123146 | motorway_link |              | 2017
525875031 | track         |              | 2017
525875034 | track         |              | 2017
667009017 | trunk         |              | 2017
253123148 | motorway_link |              | 2017
256766637 | trunk         |              | 2017
256766636 | trunk         |              | 2017
256766645 | trunk         |              | 2017
256766631 | trunk         |              | 2017
256766629 | trunk         |              | 2017
676280868 | tertiary      | DC137        | 2017
676280867 | tertiary      | DC137        | 2017
526454203 | residential   | DC146C       | 2017
676270527 | residential   | DC146C       | 2017
507050454 | tertiary      | DC147        | 2017
507050446 | tertiary      | DC147        | 2017
256766643 | trunk         |              | 2017
256766634 | trunk         |              | 2017
526454202 | residential   | DC146C       | 2017
256766644 | trunk         |              | 2017
676283119 | secondary     | DJ680B       | 2017
455038365 | trunk_link    | DN1K         | 2016
256702057 | trunk         | DN65F        | 2016
256702060 | trunk         | DN65F        | 2016
256702055 | trunk         | DN65F        | 2016
416519931 | trunk         | DN65F        | 2016
416518189 | trunk         | DN65F        | 2016
416518184 | trunk         | DN65F        | 2016
416518185 | trunk         | DN65F        | 2016
416518183 | trunk         | DN65F        | 2016
416518188 | trunk         | DN65F        | 2016
416518186 | trunk         | DN65F        | 2016
416518190 | trunk         | DN65F        | 2016
256702058 | trunk         | DN65F        | 2016
256702061 | trunk         | DN65F        | 2016
256702056 | trunk         |              | 2016
256702059 | trunk         | DN65F        | 2016
465947244 | services      |              | 2016
478999834 | primary       | DN68A        | 2016
478999833 | primary       | DN68A        | 2016
677660683 | trunk         | DN68A        | 2016
456758463 | trunk         | DN68A        | 2016
478999837 | trunk         | DN68A        | 2016
478999829 | trunk         | DN68A        | 2016
478999831 | trunk         | DN68A        | 2016
478999830 | trunk         | DN68A        | 2016
253123144 | trunk         | DN68A        | 2016
478999832 | trunk         | DN68A        | 2016
464176230 | trunk         | DN68A        | 2016
253118229 | trunk         | DN7          | 2016
253118226 | trunk         | DN7          | 2016
431601133 | trunk         | DN7          | 2016
431601134 | trunk         | DN7          | 2016
253118228 | trunk         | DN7          | 2016
431601132 | trunk         | DN7          | 2016
404999925 | trunk         | DN7          | 2016
466076330 | trunk         | DN7          | 2016
180618270 | tertiary      | DC154        | 2016
526461395 | tertiary      | DC154        | 2016
526461394 | tertiary      | DC154        | 2016
684666856 | tertiary      | DC154        | 2016
684655066 | track         |              | 2016
526456414 | track         |              | 2016
251123942 | track         |              | 2016
507837419 | service       |              | 2016
672861346 | services      |              | 2016
454359289 | trunk         | DN1K         | 2016
455038363 | trunk         | DN1K         | 2016
455038364 | trunk         | DN1K         | 2016
454366557 | trunk         | DN1K         | 2016
671260233 | trunk         | DN1K         | 2016
671260232 | trunk         | DN1K         | 2016
355500729 | trunk         | DN1K         | 2016
454359261 | trunk         | DN1K         | 2016
671260230 | trunk         | DN1K         | 2016
671260231 | trunk         | DN1K         | 2016
454359279 | trunk         | DN1K         | 2016
454359265 | trunk         | DN1K         | 2016
454359272 | trunk         | DN1K         | 2016
454359257 | trunk         | DN1K         | 2016
  37390539 | trunk         | DN1K         | 2016
355191288 | trunk         | DN1K         | 2016
355191290 | trunk         | DN1K         | 2016
251123890 | trunk         | DN1K         | 2016
355501572 | trunk         | DN1K         | 2016
  37390540 | trunk         | DN1K         | 2016
355501575 | trunk         | DN1K         | 2016
174578974 | trunk         | DN1K         | 2016
356036118 | secondary     | DJ103        | 2016
355501573 | trunk         | DN1K         | 2016
174578973 | trunk         | DN1K         | 2016
354838211 | trunk         | DN1K         | 2016
355501576 | trunk         | DN1K         | 2016
356036124 | trunk_link    |              | 2016
459901676 | service       |              | 2016
356036122 | trunk_link    |              | 2016
354838158 | trunk         | DN1K         | 2016
540470203 | trunk         | DN1K         | 2016
181735625 | trunk         | DN1K         | 2016
540470202 | trunk         | DN1K         | 2016
454528885 | service       |              | 2016
251123892 | trunk         | DN1K         | 2016
428686853 | trunk         | DN1K         | 2016
455146566 | trunk_link    |              | 2016
455146564 | service       |              | 2016
428686854 | trunk         | DN1K         | 2016
181735623 | trunk         | DN1K         | 2016
681317554 | trunk_link    |              | 2016
354838157 | trunk         | DN1K         | 2016
251123891 | trunk         | DN1K         | 2016
454528886 | trunk_link    |              | 2016
454528883 | trunk_link    |              | 2016
454528884 | trunk_link    |              | 2016
671537624 | trunk_link    |              | 2016
354838085 | trunk         | DN1K         | 2016
355502614 | trunk         | DN1K         | 2016
  38143511 | trunk         | DN1K         | 2016
355502619 | trunk         | DN1K         | 2016
  38143510 | trunk         | DN1K         | 2016
355502613 | trunk         | DN1K         | 2016
251123901 | trunk_link    | DN1K         | 2016
251123900 | trunk_link    | VO1K         | 2016
540389671 | trunk         | DN1K         | 2016
251123908 | trunk_link    | DN1K         | 2016
540389672 | trunk         | VO1K         | 2016
224636971 | trunk         | DN1K         | 2016
251123909 | trunk         | DN1K         | 2016
251123903 | trunk_link    | DN1K         | 2016
460549744 | trunk_link    | DN1K         | 2016
251123905 | trunk_link    | DN1K         | 2016
455161573 | trunk_link    | DN1K         | 2016
224636970 | trunk         | DN1K         | 2016
355500730 | trunk         | DN1K         | 2016
684777165 | trunk         | DN1K         | 2016
251123907 | trunk         | DN1K         | 2016
460549743 | trunk_link    | DN1K         | 2016
454387913 | trunk         | DN1K         | 2016
  39178819 | trunk         | DN1K         | 2016
540389670 | trunk         | DN1K         | 2016
459901674 | trunk         | VO1K         | 2016
251123898 | trunk         | DN1K         | 2016
251123902 | trunk         | DN1K         | 2016
454531489 | trunk         | DN1K         | 2016
454359276 | trunk         | DN1K         | 2016
671260229 | trunk         | DN1K         | 2016
671260228 | trunk         | DN1K         | 2016
454359268 | trunk         | DN1K         | 2016
454603834 | trunk         | DN1K         | 2016
454603833 | trunk         | DN1K         | 2016
454603836 | trunk         | DN1K         | 2016
224636968 | trunk         | DN1K         | 2016
454603835 | trunk         | DN1K         | 2016
224636972 | trunk         | DN1K         | 2016
355500733 | trunk         | DN1K         | 2016
224636973 | trunk         | DN1K         | 2016
355500735 | trunk         | DN1K         | 2016
409239603 | trunk         | DN1          | 2016
212022648 | trunk         | DN1          | 2016
409239602 | trunk         | DN1          | 2016
454359290 | trunk_link    | DN1K         | 2016
416519930 | trunk         | DN65F        | 2016
256656562 | trunk         | DN2P         | 2015-03-12
514775974 | trunk         | DN2P         | 2015-03-12
514775975 | trunk         | DN2P         | 2015-03-12
256656438 | trunk         | DN2P         | 2015-03-12
256656439 | trunk         | DN2P         | 2015-03-12
514777092 | trunk         | DN2P         | 2015-03-12
256656371 | trunk         | DN2P         | 2015-03-12
256656372 | trunk         | DN2P         | 2015-03-12
256656370 | trunk         | DN2P         | 2015-03-12
256656373 | trunk         |              | 2015-03-12
256656202 | trunk_link    |              | 2015-03-12
256656369 | trunk         | DN2P         | 2015-03-12
256656203 | trunk         |              | 2015-03-12
256656201 | trunk_link    |              | 2015-03-12
256656579 | trunk         | DN2P         | 2015-03-12
256656577 | trunk         | DN2P         | 2015-03-12
256656578 | trunk         | DN2P         | 2015-03-12
256656563 | trunk         | DN2P         | 2015-03-12
318180712 | services      |              | 2015
642931783 | services      |              | 2015
318180713 | services      |              | 2015
665646371 | services      |              | 2015
665646372 | services      |              | 2015
665646374 | services      |              | 2015
665646375 | services      |              | 2015
591911137 | motorway      | M43          | 2014-09-30
591911135 | motorway      | M43          | 2014-09-30
591911138 | motorway      | M43          | 2014-09-30
563315177 | motorway      | M43          | 2014-09-30
591911136 | motorway      | M43          | 2014-09-30
563315157 | motorway      | M43          | 2014-09-30
284388358 | motorway_link | M43          | 2014-09-30
284388360 | motorway_link | M43          | 2014-09-30
563315161 | motorway      | M43          | 2014-09-30
563315159 | motorway      | M43          | 2014-09-30
284388357 | motorway_link | M43          | 2014-09-30
284388359 | motorway_link | M43          | 2014-09-30
563315162 | motorway      | M43          | 2014-09-30
518699451 | motorway      | M43          | 2014-09-30
  76254685 | motorway      | M43          | 2014-09-30
518699452 | motorway      | M43          | 2014-09-30
518699449 | motorway      | M43          | 2014-09-30
518699450 | motorway      | M43          | 2014-09-30
320861072 | rest_area     |              | 2014
224902630 | trunk         | DN1K         | 2014
250817121 | trunk         | DN1K         | 2014
250817123 | trunk         | DN1K         | 2014
249873741 | trunk         | DN1K         | 2014
249873742 | trunk         | DN1K         | 2014
249860685 | trunk         | DN1K         | 2014
355188107 | trunk         | VO1K         | 2014
671260226 | trunk         | DN1K         | 2014
250772133 | trunk         | DN1K         | 2014
355188110 | trunk         | DN1K         | 2014
250772134 | trunk         | DN1K         | 2014
354841302 | trunk         | DN1K         | 2014
671260225 | trunk         | DN1K         | 2014
354841330 | trunk         | DN1K         | 2014
251123893 | trunk         | DN1K         | 2014
355188108 | trunk         | DN1K         | 2014
224902634 | trunk         | DN1K         | 2014
666040459 | trunk_link    |              | 2014
224902633 | trunk         | DN1K         | 2014
666040465 | trunk_link    |              | 2014
317926693 | trunk         | DN1K         | 2014
355189726 | trunk         | DN1K         | 2014
666040462 | trunk_link    |              | 2014
251123917 | trunk         | DN1K         | 2014
355189725 | trunk         | DN1K         | 2014
355189722 | trunk         | DN1K         | 2014
354841329 | trunk         | DN1K         | 2014
354841263 | trunk         | DN1K         | 2014
355189720 | trunk         | DN1K         | 2014
355189723 | trunk         | DN1K         | 2014
257447498 | trunk         | DN1K         | 2014
671260227 | trunk         | DN1K         | 2014
224902635 | trunk         | DN1K         | 2014
224902632 | trunk         | DN1K         | 2014
354841054 | trunk         | VO1K         | 2014
257447497 | trunk         | VO1K         | 2014
354841050 | trunk         | VO1K         | 2014
355191292 | trunk         | DN1K         | 2014
251123916 | trunk         | DN1K         | 2014
355191293 | trunk         | DN1K         | 2014
250773361 | trunk         | DN1K         | 2014
250772147 | trunk_link    | DN1K         | 2014
251123913 | trunk_link    | DN1K         | 2014
684766746 | trunk_link    | DN1K         | 2014
355191291 | trunk         | DN1K         | 2014
250772146 | trunk         | DN1K         | 2014
242692059 | primary       | DN13         | 2014
250785744 | trunk_link    | DN1K         | 2014
181736926 | trunk_link    | DN1K         | 2014
671260224 | trunk_link    | DN1K         | 2014
186074948 | trunk_link    | DN1K         | 2014
249859897 | trunk         | DN1          | 2014
218489290 | secondary     | DJ709G       | 2014
218489291 | secondary     | DJ709G       | 2014
218489295 | secondary     | DJ709G       | 2014
680899806 | secondary     | DJ709G       | 2014
218492240 | secondary     | DJ709G       | 2014
680899807 | secondary     | DJ709G       | 2014
253571602 | tertiary      |              | 2014
253571601 | tertiary      | DC67         | 2014
253571600 | tertiary      | DC67         | 2014
253571603 | tertiary      | DC67         | 2014
678761610 | tertiary      | DC67         | 2014
678761611 | tertiary      | DC67         | 2014
253571604 | tertiary      |              | 2014
252696499 | primary       | DN7H         | 2014
682014210 | primary_link  | DN7H         | 2014
298261851 | primary       | DN7H         | 2014
675243216 | secondary     | DJ106B       | 2014
675243215 | secondary     | DJ106B       | 2014
252696496 | primary       | DN7H         | 2014
684357048 | primary       | DN7H         | 2014
298261862 | primary_link  | DN7H         | 2014
298261861 | primary       | DN7H         | 2014
298261857 | primary       | DN7H         | 2014
684162863 | primary       | DN7H         | 2014
684162864 | primary       | DN7H         | 2014
298261852 | primary       | DN7H         | 2014
298261854 | primary       | DN7H         | 2014
298261860 | primary       | DN7H         | 2014
298261853 | primary       | DN7H         | 2014
298261858 | primary       | DN7H         | 2014
298261855 | primary       | DN7H         | 2014
252696492 | primary       | DN7H         | 2014
298261856 | primary       | DN7H         | 2014
684348418 | services      |              | 2014
320861073 | rest_area     |              | 2014
389249634 | service       |              | 2013
389249640 | service       |              | 2013
389249635 | services      |              | 2013
388308460 | services      |              | 2013
373602919 | services      |              | 2013
319827413 | services      |              | 2013
531179649 | services      |              | 2013
319827412 | services      |              | 2013
293226033 | services      |              | 2013
673074855 | services      |              | 2013
673590965 | services      |              | 2013
293226032 | services      |              | 2013
531178577 | services      |              | 2013
372571490 | services      |              | 2013
389249641 | primary       | DN7          | 2013
663326161 | service       |              | 2013
221586421 | motorway_link | A3           | 2012
674444469 | motorway_link | A3           | 2012
354925056 | motorway      | A11          | 2012
354925061 | motorway      | A11          | 2012
354925059 | motorway      | A11          | 2012
354925453 | motorway      | A11          | 2012
354925055 | motorway      | A11          | 2012
147398268 | services      |              | 2012
220513617 | services      |              | 2012
354925449 | motorway      | A11          | 2012
141790667 | primary       | DN7          | 2012
127628394 | motorway_link | A11          | 2012
255804972 | motorway_link |              | 2012
354925455 | motorway      | A11          | 2012
142144044 | motorway      | A11          | 2012
373602933 | services      |              | 2012
373602930 | services      |              | 2012
210804925 | secondary     |              | 2012
673590966 | service       |              | 2012
142145604 | motorway_link | A11          | 2012
674751022 | motorway      | A11          | 2012
350946329 | motorway      | A11          | 2012
673590236 | services      |              | 2012
673590234 | services      |              | 2012
221586425 | motorway_link | A3           | 2012
221586432 | motorway_link | A3           | 2012
674444468 | motorway_link | A3           | 2012
142145779 | motorway_link | A11          | 2012
354925451 | motorway      | A11          | 2012
674751024 | motorway      | A11          | 2012
221586428 | motorway_link | A3           | 2012
221586433 | motorway_link | A3           | 2012
221586430 | motorway_link | A3           | 2012
221586429 | motorway_link | A3           | 2012
228481244 | motorway_link | A3           | 2012
221586431 | motorway_link | A3           | 2012
221586423 | motorway_link | A3           | 2012
221586426 | motorway_link | A3           | 2012
388306858 | services      |              | 2011
435021467 | services      |              | 2011
534209866 | service       |              | 2011
534209870 | services      |              | 2011
673591587 | services      |              | 2011
673591588 | services      |              | 2011
  47480657 | motorway_link |              | 2009
260514061 | services      |              | 2007
260511410 | services      |              | 2007
673589329 | services      |              | 2006
673589626 | services      |              | 2006
673587190 | services      |              | 2006
673589330 | services      |              | 2006
673588329 | services      |              | 2006
673588326 | services      |              | 2006
673589627 | services      |              | 2006
673587189 | services      |              | 2006
673585184 | services      |              | 2004
673585845 | services      |              | 2004
673585844 | services      |              | 2004
673586261 | services      |              | 2004
673586260 | services      |              | 2004
673586822 | services      |              | 2004
673586821 | services      |              | 2004
673586896 | services      |              | 2004
673586893 | services      |              | 2004
673585185 | services      |              | 2004
673584008 | services      |              | 2003
673584009 | services      |              | 2003
673590967 | service       |              | 20013
248982496 | motorway_link | A11          | 1/6/2015
  90521047 | motorway_link |              | 1/6/2015
248982495 | motorway_link |              | 1/6/2015
  90526488 | motorway      | A1           | 1/6/2015
248982494 | motorway_link |              | 1/6/2015
  90526489 | motorway      | A1           | 1/6/2015
  90520906 | motorway_link |              | 1/6/2015
684831218 | motorway_link |              | 1/6/2015
684831216 | motorway_link |              | 1/6/2015
  90520892 | motorway_link |              | 1/6/2015
  90521073 | motorway_link |              | 1/6/2015
(625 rows)


Multe segmente de autostrada care au start_date dar nu opening_date... Pt harta nu conteaza pt ca afiseaza toate autostrazile. Poate pentru coerenta.
select osm_id, highway, ref, bridge, start_date from planet_osm_line where osm_id>0 and start_date is not null and opening_date is null and highway in ('motorway', 'motorway_link') order by start_date desc;
  osm_id   |    highway    | ref | bridge  | start_date
-----------+---------------+-----+---------+------------
225252588 | motorway      | A4  | yes     | 21012
270741945 | motorway      | A1  |         | 2018
665003599 | motorway      | A3  |         | 2018
283508212 | motorway_link | A3  |         | 2018
  45376108 | motorway      | A3  |         | 2018
253122396 | motorway_link | A1  |         | 2018
270741948 | motorway      | A1  | yes     | 2018
676272710 | motorway_link | A1  | yes     | 2018
676272711 | motorway_link | A1  |         | 2018
645261949 | motorway      | A1  |         | 2018
283508223 | motorway_link | A3  |         | 2018
682205548 | motorway      | A10 |         | 2017
364393890 | motorway      | A10 |         | 2017
611977701 | motorway      | A10 |         | 2017
253681970 | motorway_link |     |         | 2017
270743184 | motorway      | A1  |         | 2017
438334429 | motorway      | A1  |         | 2017
270743175 | motorway      | A1  | yes     | 2017
270743171 | motorway      | A1  | yes     | 2017
270743178 | motorway      | A1  |         | 2017
466927409 | motorway_link | A3  |         | 2017
628930703 | motorway      | A3  |         | 2017
283346345 | motorway      | A3  |         | 2017
283346357 | motorway_link | A3  |         | 2017
438334133 | motorway      | A1  |         | 2017
438334132 | motorway      | A1  | yes     | 2017
438334134 | motorway      | A1  | yes     | 2017
501281809 | motorway      | A1  |         | 2017
501281808 | motorway      | A1  | yes     | 2017
679541648 | motorway      | A1  |         | 2017
501281814 | motorway      | A1  | yes     | 2017
501281803 | motorway      | A1  | yes     | 2017
501281815 | motorway      | A1  |         | 2017
501281802 | motorway      | A1  |         | 2017
663326170 | motorway_link |     | yes     | 2017
525877180 | motorway      | A10 | yes     | 2017
525877179 | motorway      | A10 | yes     | 2017
530973726 | motorway      | A10 |         | 2017
525877181 | motorway      | A10 |         | 2017
364393889 | motorway      | A10 |         | 2017
390997458 | motorway      | A10 |         | 2017
253681969 | motorway_link |     |         | 2017
530973728 | motorway      | A10 | yes     | 2017
530973725 | motorway      | A10 | yes     | 2017
320308057 | motorway_link |     |         | 2015-11-28
320308056 | motorway_link |     |         | 2015-11-28
320308054 | motorway_link |     |         | 2015-11-28
320308055 | motorway_link |     |         | 2015-11-28
252697316 | motorway      | A1  |         | 2015
685000960 | motorway_link |     |         | 2015
187160583 | motorway_link |     | yes     | 2015
362780882 | motorway_link |     |         | 2015
  90516719 | motorway      | A1  |         | 2015
642935843 | motorway      | A1  |         | 2015
373602799 | motorway      | A1  |         | 2015
642935841 | motorway      | A1  | yes     | 2015
451544659 | motorway      | A1  |         | 2015
373602802 | motorway      | A1  |         | 2015
373602800 | motorway_link | A1  |         | 2015
  90523967 | motorway      | A1  |         | 2015
450062500 | motorway      | A1  |         | 2015
373602798 | motorway      | A1  |         | 2015
  90516720 | motorway      | A1  |         | 2015
671979866 | motorway_link |     |         | 2015
685000963 | motorway      | A1  |         | 2015
218146601 | motorway      | A1  |         | 2014
252316755 | motorway      | A1  |         | 2014
218146583 | motorway      | A1  |         | 2014
670211258 | motorway_link |     |         | 2013
255509272 | motorway_link |     |         | 2013
255509342 | motorway_link |     |         | 2013
373602808 | motorway      | A6  |         | 2013
255508454 | motorway      | A6  |         | 2013
373602807 | motorway      | A6  |         | 2013
254558232 | motorway      | A6  |         | 2013
685495226 | motorway      | A1  | yes     | 2013
198278209 | motorway      | A1  |         | 2013
315549450 | motorway      | A1  |         | 2013
315549443 | motorway      | A1  |         | 2013
315549233 | motorway      | A1  |         | 2013
315549235 | motorway      | A1  |         | 2013
372571459 | motorway      | A1  |         | 2013
372571463 | motorway      | A1  |         | 2013
228991355 | motorway      | A1  |         | 2013
229683218 | motorway_link |     |         | 2013
229683321 | motorway_link |     |         | 2013
229683216 | motorway_link |     |         | 2013
229683215 | motorway_link |     | yes     | 2013
229683323 | motorway_link |     |         | 2013
427175786 | motorway_link |     |         | 2013
427175787 | motorway_link |     |         | 2013
229683234 | motorway_link |     |         | 2013
298206161 | motorway      | A4  |         | 2013
130544340 | motorway      | A4  |         | 2013
229685735 | motorway      | A4  |         | 2013
229685737 | motorway      | A4  | yes     | 2013
229685770 | motorway      | A4  | yes     | 2013
298206168 | motorway      | A4  |         | 2013
298206157 | motorway      | A4  |         | 2013
298206170 | motorway      | A4  |         | 2013
298206152 | motorway      | A4  |         | 2013
229685771 | motorway      | A4  |         | 2013
665204115 | motorway      | A1  |         | 2013
665204118 | motorway      | A1  |         | 2013
253468444 | motorway      | A1  |         | 2013
320834042 | motorway      | A1  |         | 2013
218146593 | motorway      | A1  | yes     | 2013
218146588 | motorway      | A1  | yes     | 2013
218146562 | motorway      | A1  |         | 2013
218146581 | motorway      | A1  |         | 2013
218146576 | motorway      | A1  |         | 2013
218146571 | motorway      | A1  |         | 2013
669978878 | motorway_link |     |         | 2013
669978874 | motorway_link |     |         | 2013
248361096 | motorway_link |     |         | 2013
218146574 | motorway      | A1  |         | 2013
218146564 | motorway      | A1  |         | 2013
218146572 | motorway      | A1  |         | 2013
218146573 | motorway      | A1  |         | 2013
218147676 | motorway      | A1  |         | 2013
218147658 | motorway      | A1  |         | 2013
218147690 | motorway      | A1  |         | 2013
218147642 | motorway      | A1  |         | 2013
218147647 | motorway      | A1  |         | 2013
218147701 | motorway      | A1  |         | 2013
218147652 | motorway      | A1  |         | 2013
218147697 | motorway      | A1  |         | 2013
218147672 | motorway      | A1  |         | 2013
218147645 | motorway      | A1  |         | 2013
218147679 | motorway      | A1  |         | 2013
684162861 | motorway      | A1  |         | 2013
684162860 | motorway      | A1  |         | 2013
684162862 | motorway      | A1  | yes     | 2013
684162859 | motorway      | A1  | yes     | 2013
240126817 | motorway      | A1  |         | 2013
240126818 | motorway      | A1  |         | 2013
255314145 | motorway      | A1  |         | 2013
237845281 | motorway      | A1  | yes     | 2013
372493934 | motorway      | A1  | yes     | 2013
372493940 | motorway      | A1  |         | 2013
252696497 | motorway      | A1  |         | 2013
237845284 | motorway      | A1  | yes     | 2013
237845283 | motorway      | A1  | yes     | 2013
252696495 | motorway      | A1  |         | 2013
237845286 | motorway      | A1  |         | 2013
679877353 | motorway      | A1  |         | 2013
679877351 | motorway      | A1  |         | 2013
253468448 | motorway      | A1  |         | 2013
218493482 | motorway      | A1  |         | 2013
218146563 | motorway      | A1  |         | 2013
218146567 | motorway      | A1  |         | 2013
218146586 | motorway      | A1  |         | 2013
237845109 | motorway      | A1  |         | 2013
369461819 | motorway      | A1  |         | 2013
253468440 | motorway      | A1  |         | 2013
253468441 | motorway      | A1  |         | 2013
253468451 | motorway      | A1  |         | 2013
685495228 | motorway      | A1  |         | 2013
223655603 | motorway      | A1  |         | 2013
229002883 | motorway      | A1  |         | 2013
229002872 | motorway      | A1  |         | 2013
218493269 | motorway      | A1  |         | 2013
218493273 | motorway      | A1  |         | 2013
218493272 | motorway      | A1  |         | 2013
218493260 | motorway      | A1  |         | 2013
218493270 | motorway      | A1  |         | 2013
218493263 | motorway      | A1  |         | 2013
218493259 | motorway      | A1  |         | 2013
218492244 | motorway      | A1  |         | 2013
218493261 | motorway      | A1  |         | 2013
218492241 | motorway      | A1  |         | 2013
218484975 | motorway      | A1  |         | 2013
218485050 | motorway      | A1  |         | 2013
218485055 | motorway      | A1  |         | 2013
218485014 | motorway      | A1  |         | 2013
218484992 | motorway      | A1  |         | 2013
218484997 | motorway      | A1  |         | 2013
218484988 | motorway      | A1  |         | 2013
218485004 | motorway      | A1  |         | 2013
218484979 | motorway      | A1  |         | 2013
218484970 | motorway      | A1  |         | 2013
218485029 | motorway      | A1  |         | 2013
672036851 | motorway_link |     |         | 2013
252697180 | motorway_link |     |         | 2013
252697181 | motorway_link |     |         | 2013
672036849 | motorway_link |     |         | 2013
672036848 | motorway_link |     |         | 2013
397667999 | motorway      | A1  |         | 2013
388167828 | motorway      | A1  |         | 2013
388167825 | motorway      | A1  |         | 2013
373602783 | motorway      | A1  |         | 2013
373602782 | motorway      | A1  |         | 2013
373602803 | motorway      | A1  |         | 2013
315476233 | motorway      | A1  |         | 2013
373602785 | motorway      | A1  |         | 2013
116506649 | motorway_link |     |         | 2013
255507275 | motorway_link |     |         | 2013
396312101 | motorway_link |     |         | 2013
116506651 | motorway_link |     |         | 2013
396312104 | motorway_link |     |         | 2013
116506655 | motorway_link |     |         | 2013
373602804 | motorway      | A6  |         | 2013
254558233 | motorway      | A6  |         | 2013
254564516 | motorway_link | A6  |         | 2013
254565686 | motorway_link | A6  |         | 2013
254565685 | motorway_link | A6  |         | 2013
255508441 | motorway      | A6  |         | 2013
254559132 | motorway      | A6  |         | 2013
255508443 | motorway      | A6  | yes     | 2013
255508451 | motorway      | A6  | yes     | 2013
685495227 | motorway      | A1  |         | 2013
685495229 | motorway      | A1  | yes     | 2013
255509677 | motorway_link |     |         | 2013
670211264 | motorway_link |     |         | 2013
670211260 | motorway_link |     | yes     | 2013
255509667 | motorway_link |     |         | 2013
373602784 | motorway      | A1  |         | 2012
209827748 | motorway_link | A3  |         | 2012
266770981 | motorway_link | A3  |         | 2012
179302048 | motorway_link | A3  |         | 2012
179300540 | motorway_link | A3  |         | 2012
179302051 | motorway_link | A3  |         | 2012
179302053 | motorway_link | A3  |         | 2012
229732969 | motorway_link | A3  |         | 2012
179302044 | motorway_link | A3  |         | 2012
195771998 | motorway_link | A3  |         | 2012
266770979 | motorway_link | A3  |         | 2012
179300530 | motorway_link | A3  |         | 2012
195771997 | motorway_link | A3  |         | 2012
179300526 | motorway_link | A3  |         | 2012
229732967 | motorway_link | A3  |         | 2012
179300528 | motorway_link | A3  |         | 2012
179300532 | motorway_link | A3  |         | 2012
221813788 | motorway_link | A3  |         | 2012
179300536 | motorway_link | A3  |         | 2012
666699934 | motorway      | A3  |         | 2012
218597453 | motorway      | A3  |         | 2012
172608024 | motorway      | A3  |         | 2012
666699933 | motorway      | A3  |         | 2012
218597452 | motorway      | A3  | yes     | 2012
218597434 | motorway      | A3  | yes     | 2012
666690203 | motorway      | A3  |         | 2012
666699932 | motorway      | A3  |         | 2012
666690199 | motorway      | A3  |         | 2012
666690192 | motorway      | A3  |         | 2012
666690183 | motorway      | A3  |         | 2012
172685421 | motorway      | A3  |         | 2012
666690187 | motorway      | A3  |         | 2012
218597432 | motorway      | A3  |         | 2012
172685388 | motorway      | A3  | yes     | 2012
172685406 | motorway      | A3  | yes     | 2012
666690179 | motorway      | A3  |         | 2012
666690175 | motorway      | A3  |         | 2012
172685425 | motorway      | A3  |         | 2012
666690167 | motorway      | A3  |         | 2012
172685398 | motorway      | A3  |         | 2012
666690163 | motorway      | A3  |         | 2012
666690171 | motorway      | A3  |         | 2012
172685405 | motorway      | A3  | yes     | 2012
172685407 | motorway      | A3  | yes     | 2012
172685414 | motorway      | A3  |         | 2012
304287721 | motorway      | A3  |         | 2012
666690155 | motorway      | A3  |         | 2012
666690159 | motorway      | A3  |         | 2012
304287720 | motorway      | A3  |         | 2012
172685417 | motorway      | A3  |         | 2012
666699931 | motorway      | A3  |         | 2012
172685411 | motorway      | A3  | yes     | 2012
172685423 | motorway      | A3  | yes     | 2012
221589506 | motorway      | A3  |         | 2012
172685401 | motorway      | A3  |         | 2012
221589504 | motorway      | A3  | yes     | 2012
221589502 | motorway      | A3  | yes     | 2012
666699930 | motorway      | A3  |         | 2012
222433228 | motorway      | A3  |         | 2012
666699929 | motorway      | A3  |         | 2012
221589505 | motorway      | A3  |         | 2012
666699928 | motorway      | A3  |         | 2012
221591530 | motorway      | A3  |         | 2012
221589998 | motorway      | A3  |         | 2012
221591541 | motorway      | A3  | yes     | 2012
221591544 | motorway      | A3  | yes     | 2012
221591534 | motorway      | A3  |         | 2012
666699926 | motorway      | A3  |         | 2012
666699925 | motorway      | A3  |         | 2012
172685433 | motorway      | A3  |         | 2012
666699924 | motorway      | A3  |         | 2012
666699923 | motorway      | A3  |         | 2012
666699927 | motorway      | A3  |         | 2012
666699919 | motorway      | A3  | yes     | 2012
666699921 | motorway      | A3  | yes     | 2012
666699922 | motorway      | A3  |         | 2012
666699920 | motorway      | A3  |         | 2012
172685391 | motorway      | A3  | yes     | 2012
172685435 | motorway      | A3  | yes     | 2012
666702012 | motorway      | A3  |         | 2012
666702011 | motorway      | A3  |         | 2012
666702010 | motorway      | A3  |         | 2012
666702009 | motorway      | A3  |         | 2012
666702008 | motorway      | A3  |         | 2012
172686762 | motorway      | A3  |         | 2012
666702007 | motorway      | A3  |         | 2012
666702006 | motorway      | A3  |         | 2012
172685399 | motorway      | A3  |         | 2012
172686761 | motorway      | A3  | yes     | 2012
172686766 | motorway      | A3  | yes     | 2012
666707333 | motorway      | A3  |         | 2012
666707331 | motorway      | A3  |         | 2012
666707327 | motorway      | A3  |         | 2012
666707330 | motorway      | A3  |         | 2012
666702005 | motorway      | A3  |         | 2012
221590003 | motorway      | A3  |         | 2012
266773587 | motorway      | A3  |         | 2012
221589997 | motorway      | A3  |         | 2012
266773588 | motorway      | A3  |         | 2012
266773586 | motorway      | A3  |         | 2012
209867207 | motorway_link | A3  |         | 2012
338747947 | motorway_link | A3  |         | 2012
172608025 | motorway      | A3  |         | 2012
338747946 | motorway      | A3  |         | 2012
338747945 | motorway_link | A3  |         | 2012
266773589 | motorway      | A3  |         | 2012
172686764 | motorway      | A3  |         | 2012
172686758 | motorway      | A3  | yes     | 2012
172686768 | motorway      | A3  | yes     | 2012
666707314 | motorway      | A3  |         | 2012
172686760 | motorway      | A3  |         | 2012
666707304 | motorway      | A3  |         | 2012
666707299 | motorway      | A3  |         | 2012
666707310 | motorway      | A3  |         | 2012
222726788 | motorway      | A3  | yes     | 2012
222726787 | motorway      | A3  | yes     | 2012
172686765 | motorway      | A3  |         | 2012
172686767 | motorway      | A3  |         | 2012
222726786 | motorway      | A3  |         | 2012
666707320 | motorway      | A3  |         | 2012
666707322 | motorway      | A3  |         | 2012
666707323 | motorway      | A3  |         | 2012
666707325 | motorway      | A3  |         | 2012
172686755 | motorway      | A3  | yes     | 2012
172686754 | motorway      | A3  | yes     | 2012
222726789 | motorway      | A3  |         | 2012
172686753 | motorway      | A3  |         | 2012
298193224 | motorway      | A2  |         | 2012
298193223 | motorway      | A2  |         | 2012
298193915 | motorway      | A2  |         | 2012
298193225 | motorway      | A2  |         | 2012
225252583 | motorway      | A2  |         | 2012
118072884 | motorway      | A2  |         | 2012
298193916 | motorway      | A2  |         | 2012
298193914 | motorway      | A2  |         | 2012
298193913 | motorway      | A2  |         | 2012
173415668 | motorway      | A2  |         | 2012
220483802 | motorway      | A2  |         | 2012
173415673 | motorway      | A2  |         | 2012
221158720 | motorway      | A2  |         | 2012
221158717 | motorway      | A2  | yes     | 2012
221158718 | motorway      | A2  | yes     | 2012
125665697 | motorway      | A2  | yes     | 2012
671523109 | motorway_link |     |         | 2012
671523118 | motorway_link |     | yes     | 2012
118072871 | motorway      | A4  |         | 2012
671523104 | motorway      | A4  | yes     | 2012
670664446 | motorway_link |     |         | 2012
671523114 | motorway      | A4  |         | 2012
225252577 | motorway      | A4  |         | 2012
225252574 | motorway      | A4  | yes     | 2012
225252591 | motorway      | A4  |         | 2012
230101694 | motorway      | A4  |         | 2012
230101693 | motorway      | A4  | yes     | 2012
250100438 | motorway      | A4  | yes     | 2012
250100439 | motorway      | A4  |         | 2012
250100442 | motorway      | A4  |         | 2012
225252576 | motorway      | A4  | yes     | 2012
225252587 | motorway      | A4  | yes     | 2012
587743781 | motorway      | A4  |         | 2012
250100441 | motorway      | A4  |         | 2012
587743782 | motorway      | A4  | yes     | 2012
587743784 | motorway      | A4  | yes     | 2012
587743783 | motorway      | A4  |         | 2012
179416015 | motorway      | A4  |         | 2012
685220481 | motorway      | A1  |         | 2012
224984818 | motorway      | A1  |         | 2012
187160587 | motorway      | A1  |         | 2012
373602801 | motorway      | A1  |         | 2012
224984816 | motorway      | A1  |         | 2012
224984824 | motorway      | A1  |         | 2012
224984814 | motorway      | A1  |         | 2012
187160589 | motorway      | A1  |         | 2012
224247957 | motorway_link |     |         | 2012
187160585 | motorway      | A1  |         | 2012
187160582 | motorway_link |     |         | 2012
685000964 | motorway      | A1  |         | 2012
438679158 | motorway_link |     |         | 2012
187160584 | motorway_link |     |         | 2012
671979865 | motorway_link |     |         | 2012
350946330 | motorway      | A1  |         | 2012
674751026 | motorway      | A1  |         | 2012
674751025 | motorway      | A1  |         | 2012
674751028 | motorway      | A1  |         | 2012
674751029 | motorway      | A1  |         | 2012
674751027 | motorway      | A1  |         | 2012
373602777 | motorway      | A1  |         | 2012
166404999 | motorway      | A1  |         | 2012
142139782 | motorway      | A1  |         | 2012
166404982 | motorway      | A1  |         | 2012
373602778 | motorway      | A1  |         | 2012
684954938 | motorway      | A1  | yes     | 2012
684954940 | motorway      | A1  | yes     | 2012
142143647 | motorway      | A1  | yes     | 2012
127628396 | motorway      | A1  | yes     | 2012
684954941 | motorway      | A1  |         | 2012
373602781 | motorway      | A1  |         | 2012
373602780 | motorway      | A1  |         | 2012
142152930 | motorway      | A1  |         | 2012
354925347 | motorway      | A1  |         | 2012
127628397 | motorway      | A1  |         | 2012
142144387 | motorway      | A1  |         | 2012
684954939 | motorway      | A1  |         | 2012
373602767 | motorway      | A1  |         | 2012
354925348 | motorway      | A1  |         | 2012
186562515 | motorway_link |     |         | 2012
219090289 | motorway      | A1  |         | 2012
197652218 | motorway      | A1  | yes     | 2012
197625058 | motorway      | A1  | yes     | 2012
219090287 | motorway      | A1  |         | 2012
199225881 | motorway      | A1  |         | 2012
198278208 | motorway      | A1  |         | 2012
218485066 | motorway      | A1  |         | 2012
197625062 | motorway      | A1  |         | 2012
197652080 | motorway_link |     |         | 2012
197652081 | motorway      | A1  |         | 2012
219090290 | motorway      | A1  |         | 2012
219090285 | motorway      | A1  |         | 2012
116458757 | motorway      | A1  |         | 2012
199225884 | motorway      | A1  |         | 2012
229004609 | motorway      | A1  |         | 2012
229004607 | motorway      | A1  |         | 2012
229004610 | motorway      | A1  |         | 2012
229004608 | motorway      | A1  |         | 2012
219090288 | motorway      | A1  |         | 2012
118072868 | motorway_link |     |         | 2011
684976835 | motorway      | A1  | yes     | 2011
224953190 | motorway      | A1  |         | 2011
684976833 | motorway      | A1  |         | 2011
225885174 | motorway      | A2  | yes     | 2011
194030719 | motorway      | A1  |         | 2011
194030705 | motorway      | A1  |         | 2011
224953196 | motorway      | A1  |         | 2011
118072870 | motorway      | A2  | yes     | 2011
127352467 | motorway      | A2  |         | 2011
429280765 | motorway      | A4  | yes     | 2011
125665700 | motorway      | A4  |         | 2011
429280763 | motorway      | A4  |         | 2011
429280759 | motorway      | A4  | yes     | 2011
229683255 | motorway_link |     | yes     | 2011
684971921 | motorway      | A1  | yes     | 2011
684971922 | motorway      | A1  | yes     | 2011
684970281 | motorway      | A1  |         | 2011
684971923 | motorway      | A1  |         | 2011
684970283 | motorway      | A1  | yes     | 2011
684970282 | motorway      | A1  | yes     | 2011
224953200 | motorway      | A1  |         | 2011
684970284 | motorway      | A1  |         | 2011
220388142 | motorway      | A1  |         | 2011
224953197 | motorway      | A1  |         | 2011
304129571 | motorway      | A1  |         | 2011
225885177 | motorway      | A2  |         | 2011
225885175 | motorway      | A2  |         | 2011
225885173 | motorway      | A2  | yes     | 2011
684991280 | motorway      | A1  |         | 2011
373602795 | motorway      | A1  |         | 2011
684991278 | motorway      | A1  | yes     | 2011
224953193 | motorway      | A1  |         | 2011
684991279 | motorway      | A1  |         | 2011
684991281 | motorway      | A1  | yes     | 2011
127352468 | motorway      | A2  |         | 2011
125665696 | motorway      | A2  |         | 2011
125665687 | motorway      | A2  |         | 2011
233881887 | motorway      | A4  |         | 2011
233881881 | motorway      | A4  |         | 2011
429280756 | motorway      | A4  |         | 2011
125665699 | motorway      | A4  |         | 2011
118072862 | motorway      | A2  |         | 2011
118072874 | motorway      | A4  |         | 2011
124209768 | motorway      | A4  | yes     | 2011
134682430 | motorway      | A4  | yes     | 2011
363705805 | motorway      | A4  |         | 2011
118072864 | motorway      | A4  |         | 2011
363705807 | motorway      | A4  | yes     | 2011
363705806 | motorway      | A4  | yes     | 2011
118072872 | motorway_link |     |         | 2011
118072865 | motorway_link |     | yes     | 2011
363705808 | motorway      | A4  |         | 2011
124209749 | motorway      | A4  |         | 2011
220526003 | motorway_link |     |         | 2011
118072873 | motorway_link |     |         | 2011
118072869 | motorway      | A4  | yes     | 2011
684976834 | motorway      | A1  | yes     | 2011
118072866 | motorway_link |     | yes     | 2011
125665694 | motorway_link |     |         | 2011
537990970 | motorway      | A2  |         | 2011
537990971 | motorway      | A2  |         | 2011
125665692 | motorway      | A4  |         | 2011
684976836 | motorway      | A1  |         | 2011
224953189 | motorway      | A1  |         | 2011
221158719 | motorway      | A2  |         | 2011
125665701 | motorway      | A2  |         | 2011
194030715 | motorway      | A1  |         | 2011
  24025593 | motorway      | A1  |         | 2010
  87525333 | motorway      | A1  |         | 2010
  87528118 | motorway      | A1  |         | 2010
  24025519 | motorway      | A1  | yes     | 2010
  87525334 | motorway      | A1  | yes     | 2010
  24025583 | motorway      | A1  |         | 2010
  24025576 | motorway      | A1  |         | 2010
  87525329 | motorway      | A1  |         | 2010
  87525343 | motorway      | A1  | yes     | 2010
  24025482 | motorway      | A1  | yes     | 2010
252696500 | motorway_link | A1  |         | 2010
298261863 | motorway_link | A1  |         | 2010
430328775 | motorway      | A1  |         | 2010
430328774 | motorway      | A1  |         | 2010
298261864 | motorway_link | A1  |         | 2010
252696494 | motorway_link | A1  |         | 2010
684162865 | motorway      | A1  | yes     | 2010
684162866 | motorway      | A1  | yes     | 2010
  24025657 | motorway      | A1  |         | 2010
  24025664 | motorway      | A1  |         | 2010
  87605278 | motorway      | A1  |         | 2010
  87605277 | motorway      | A1  | viaduct | 2010
  87605276 | motorway      | A1  | viaduct | 2010
  24025569 | motorway      | A1  |         | 2010
252376436 | motorway      | A1  |         | 2010
  24025532 | motorway      | A1  |         | 2010
  87525336 | motorway      | A1  |         | 2010
183754583 | motorway      | A1  |         | 2010
  87437323 | motorway      | A1  |         | 2010
  87525337 | motorway      | A1  |         | 2010
  86203318 | motorway      | A3  |         | 2010
  86203327 | motorway      | A3  | yes     | 2010
  86203320 | motorway      | A3  | yes     | 2010
  86203326 | motorway      | A3  |         | 2010
305294761 | motorway      | A3  |         | 2010
  86123451 | motorway      | A3  |         | 2010
305294760 | motorway      | A3  |         | 2010
183754582 | motorway      | A1  |         | 2010
  86123455 | motorway      | A3  |         | 2010
  24025545 | motorway      | A1  | yes     | 2010
683266756 | motorway      | A1  | yes     | 2010
  87528155 | motorway      | A1  | yes     | 2010
  87528149 | motorway      | A1  | yes     | 2010
  87528145 | motorway      | A1  | yes     | 2010
  24025647 | motorway      | A1  |         | 2010
  86203055 | motorway_link | A3  |         | 2010
  87528154 | motorway      | A1  |         | 2010
  24025643 | motorway      | A1  |         | 2010
  87437320 | motorway      | A1  |         | 2010
  86203056 | motorway_link | A3  |         | 2010
  45751950 | motorway      | A3  |         | 2010
  86123477 | motorway_link | A3  |         | 2010
  86203057 | motorway      | A3  |         | 2010
  83748998 | motorway_link | A3  |         | 2010
  83748989 | motorway_link | A3  |         | 2010
  87528120 | motorway      | A1  |         | 2010
209981958 | motorway      | A3  |         | 2010
  86203070 | motorway      | A3  |         | 2010
209981944 | motorway      | A3  |         | 2010
  87528134 | motorway      | A1  |         | 2010
211119846 | motorway      | A3  |         | 2009
211119842 | motorway      | A3  | yes     | 2009
211119856 | motorway      | A3  | yes     | 2009
305294770 | motorway      | A3  |         | 2009
305294765 | motorway      | A3  |         | 2009
305294766 | motorway      | A3  |         | 2009
305294769 | motorway      | A3  |         | 2009
305294767 | motorway      | A3  |         | 2009
305294768 | motorway      | A3  |         | 2009
305294772 | motorway      | A3  |         | 2009
  45752427 | motorway      | A3  |         | 2009
  45752429 | motorway      | A3  |         | 2009
305294763 | motorway      | A3  |         | 2009
  45752446 | motorway      | A3  | yes     | 2009
  45752445 | motorway      | A3  | yes     | 2009
  45752430 | motorway      | A3  |         | 2009
305294771 | motorway      | A3  |         | 2009
305294751 | motorway      | A3  | yes     | 2009
305294744 | motorway      | A3  | yes     | 2009
305294758 | motorway      | A3  |         | 2009
211457746 | motorway      | A3  |         | 2009
596145552 | motorway      | A3  | yes     | 2009
596145553 | motorway      | A3  | yes     | 2009
596145554 | motorway      | A3  |         | 2009
617657531 | motorway      | A3  |         | 2009
596145551 | motorway      | A3  |         | 2009
617294383 | motorway      | A3  |         | 2009
169276448 | motorway      | A3  |         | 2009
617294382 | motorway      | A3  | yes     | 2009
617294381 | motorway      | A3  | yes     | 2009
408048143 | motorway      | A3  | yes     | 2009
408048146 | motorway      | A3  | yes     | 2009
408048150 | motorway      | A3  |         | 2009
617294385 | motorway      | A3  |         | 2009
408048149 | motorway      | A3  | yes     | 2009
408048148 | motorway      | A3  | yes     | 2009
408048144 | motorway      | A3  |         | 2009
408048147 | motorway      | A3  |         | 2009
169276441 | motorway      | A3  |         | 2009
408048145 | motorway      | A3  |         | 2009
305294773 | motorway      | A3  |         | 2009
617294388 | motorway      | A3  |         | 2009
617294386 | motorway      | A3  | yes     | 2009
617294384 | motorway      | A3  | yes     | 2009
617294387 | motorway      | A3  |         | 2009
305294741 | motorway      | A3  |         | 2009
617294390 | motorway      | A3  | yes     | 2009
617294389 | motorway      | A3  | yes     | 2009
617294391 | motorway      | A3  |         | 2009
  45752434 | motorway      | A3  |         | 2009
169371056 | motorway      | A3  |         | 2009
  45751953 | motorway      | A3  |         | 2009
  45751948 | motorway      | A3  |         | 2009
  45752439 | motorway      | A3  |         | 2009
169371046 | motorway      | A3  |         | 2009
169371043 | motorway      | A3  |         | 2009
617294374 | motorway      | A3  |         | 2009
169371063 | motorway      | A3  |         | 2009
617294372 | motorway      | A3  | yes     | 2009
617294375 | motorway      | A3  | yes     | 2009
  69343679 | motorway      | A3  |         | 2009
617294373 | motorway      | A3  |         | 2009
636610184 | motorway_link | A3  |         | 2009
  45751963 | motorway_link | A3  |         | 2009
  45751966 | motorway_link | A3  | yes     | 2009
  45751969 | motorway      | A3  | yes     | 2009
617294370 | motorway      | A3  | yes     | 2009
617294371 | motorway      | A3  |         | 2009
  45751968 | motorway      | A3  |         | 2009
  45751972 | motorway_link | A3  |         | 2009
  45751964 | motorway_link | A3  |         | 2009
  45751970 | motorway_link | A3  |         | 2009
  45751971 | motorway_link | A3  |         | 2009
204716582 | motorway_link | A3  |         | 2009
  45751967 | motorway_link | A3  | yes     | 2009
  45751958 | motorway_link | A3  |         | 2009
  45751962 | motorway      | A3  |         | 2009
305294764 | motorway      | A3  |         | 2009
  45751965 | motorway      | A3  |         | 2009
  45751973 | motorway_link | A3  |         | 2009
  45751959 | motorway_link | A3  |         | 2009
  45751961 | motorway_link | A3  |         | 2009
  45751960 | motorway_link |     |         | 2009
  45752436 | motorway      | A3  |         | 2009
617294380 | motorway      | A3  |         | 2009
  86203058 | motorway      | A3  |         | 2009
  83803292 | motorway      | A3  |         | 2009
617657526 | motorway      | A3  | yes     | 2009
617657527 | motorway      | A3  | yes     | 2009
  48706621 | motorway      | A3  | yes     | 2009
  48706619 | motorway      | A3  | yes     | 2009
617657528 | motorway      | A3  | yes     | 2009
617657525 | motorway      | A3  | yes     | 2009
617657530 | motorway      | A3  |         | 2009
617657524 | motorway      | A3  |         | 2009
  45752442 | motorway      | A3  |         | 2009
  48706620 | motorway      | A3  |         | 2009
  45752443 | motorway      | A3  | yes     | 2009
  45752444 | motorway      | A3  | yes     | 2009
211119845 | motorway      | A3  |         | 2009
211119843 | motorway      | A3  |         | 2009
211457758 | motorway      | A3  |         | 2009
211119851 | motorway      | A3  |         | 2009
211119849 | motorway      | A3  | yes     | 2009
211119844 | motorway      | A3  | yes     | 2009
264472265 | motorway      | A1  | yes     | 2007
123722894 | motorway      | A1  | yes     | 2007
108770325 | motorway      | A1  |         | 2007
  95946361 | motorway      | A1  |         | 2007
  95947504 | motorway      | A1  | yes     | 2007
  95948543 | motorway      | A1  | yes     | 2007
300576842 | motorway      | A1  |         | 2007
217754508 | motorway      | A1  |         | 2007
  95948544 | motorway      | A1  |         | 2007
300576841 | motorway      | A1  |         | 2007
264472333 | motorway      | A1  | yes     | 2007
  95946362 | motorway      | A1  | yes     | 2007
260566937 | motorway      | A1  | yes     | 2007
260566936 | motorway      | A1  | yes     | 2007
260566935 | motorway      | A1  |         | 2007
123722898 | motorway      | A1  |         | 2007
123722893 | motorway      | A1  |         | 2007
  95946363 | motorway      | A1  | yes     | 2007
123722899 | motorway      | A1  | yes     | 2007
123722896 | motorway      | A1  |         | 2007
123722892 | motorway      | A1  | yes     | 2007
123722901 | motorway      | A1  | yes     | 2007
264472259 | motorway      | A1  |         | 2007
264472328 | motorway      | A1  |         | 2007
409312966 | motorway      | A2  |         | 2006
  54602369 | motorway_link |     |         | 2006
312390338 | motorway      | A2  |         | 2006
225252579 | motorway      | A2  |         | 2006
225252582 | motorway      | A2  | yes     | 2006
225252581 | motorway      | A2  | yes     | 2006
225252580 | motorway      | A2  |         | 2006
409312960 | motorway      | A2  |         | 2006
409312965 | motorway      | A2  | yes     | 2006
409312967 | motorway      | A2  | yes     | 2006
  39976692 | motorway_link |     |         | 2006
229240842 | motorway      | A2  |         | 2006
  15241569 | motorway      | A2  |         | 2004
  77110307 | motorway      | A2  | yes     | 2004
  77110299 | motorway      | A2  | yes     | 2004
  77110303 | motorway      | A2  |         | 2004
  37756477 | motorway      | A2  |         | 2004
  37756478 | motorway      | A2  | yes     | 2004
  37756476 | motorway      | A2  | yes     | 2004
  37756479 | motorway      | A2  |         | 2004
  77122697 | motorway      | A2  |         | 2004
  77122693 | motorway      | A2  | yes     | 2004
  77122685 | motorway      | A2  | yes     | 2004
  48781936 | motorway      | A2  |         | 2004
  77122690 | motorway      | A2  |         | 2004
  77136181 | motorway      | A2  |         | 2004
  77136209 | motorway      | A2  | yes     | 2004
  77136187 | motorway      | A2  | yes     | 2004
  77136197 | motorway      | A2  |         | 2004
  48781935 | motorway      | A2  |         | 2004
229240161 | motorway      | A2  |         | 2004
  77110292 | motorway      | A2  |         | 2004
  75614842 | motorway      | A2  | yes     | 2004
  75614843 | motorway      | A2  | yes     | 2004
  82226701 | motorway      | A2  |         | 2004
  74220771 | motorway      | A2  |         | 2004
  74220794 | motorway      | A2  | yes     | 2004
  74220810 | motorway      | A2  | yes     | 2004
  74220824 | motorway      | A2  |         | 2004
224835428 | motorway      | A2  |         | 2004
224835430 | motorway      | A2  | yes     | 2004
224835429 | motorway      | A2  | yes     | 2004
224835431 | motorway      | A2  |         | 2004
  74220815 | motorway      | A2  |         | 2004
  74220827 | motorway      | A2  | yes     | 2004
  74220793 | motorway      | A2  | yes     | 2004
  74220788 | motorway      | A2  |         | 2004
  74220799 | motorway      | A2  |         | 2004
  74220819 | motorway      | A2  | yes     | 2004
  74220767 | motorway      | A2  | yes     | 2004
  74220780 | motorway      | A2  |         | 2004
  70812327 | motorway      | A2  |         | 2004
  70812319 | motorway      | A2  | yes     | 2004
  70812325 | motorway      | A2  | yes     | 2004
  70812330 | motorway      | A2  |         | 2004
  48781307 | motorway      | A2  |         | 2004
  48781306 | motorway      | A2  |         | 2004
  45779994 | motorway      | A2  |         | 2004
  45780005 | motorway      | A2  | yes     | 2004
  45780006 | motorway      | A2  | yes     | 2004
  45780001 | motorway      | A2  |         | 2004
  74220814 | motorway      | A2  |         | 2004
  74220784 | motorway      | A2  | yes     | 2004
  74220786 | motorway      | A2  | yes     | 2004
  74220808 | motorway      | A2  |         | 2004
  16859175 | motorway      | A2  |         | 2004
  16859200 | motorway      | A2  | yes     | 2004
  16859170 | motorway      | A2  | yes     | 2004
  45779997 | motorway      | A2  |         | 2004
  16859187 | motorway      | A2  |         | 2004
  45779999 | motorway      | A2  | yes     | 2004
  45780000 | motorway      | A2  | yes     | 2004
  21047568 | motorway      | A2  |         | 2004
  23444275 | motorway      | A2  | yes     | 2004
  21047556 | motorway      | A2  | yes     | 2004
  23444274 | motorway      | A2  |         | 2004
  31021071 | motorway      | A2  |         | 2004
123206803 | motorway_link |     |         | 2004
377713779 | motorway      | A2  |         | 2004
  31021072 | motorway      | A2  |         | 2004
  25247800 | motorway_link |     |         | 2004
  25248076 | motorway      | A2  |         | 2004
  25247665 | motorway_link |     |         | 2004
173084795 | motorway_link |     |         | 2004
  25247684 | motorway_link |     |         | 2004
218599329 | motorway_link |     | yes     | 2004
  25248056 | motorway      | A2  | yes     | 2004
  25248084 | motorway      | A2  | yes     | 2004
  25247929 | motorway_link |     | yes     | 2004
665445580 | motorway      | A2  |         | 2004
  25248047 | motorway      | A2  |         | 2004
298274509 | motorway      | A2  |         | 2004
670571956 | motorway      | A2  |         | 2004
231809804 | motorway      | A2  |         | 2004
670578568 | motorway_link |     |         | 2004
123206802 | motorway_link |     |         | 2004
123206806 | motorway_link |     |         | 2004
123206804 | motorway_link |     |         | 2004
173084796 | motorway_link |     |         | 2004
123206800 | motorway_link |     |         | 2004
298274508 | motorway      | A2  |         | 2004
375587041 | motorway      | A2  |         | 1997
218595283 | motorway_link |     |         | 1987
219830843 | motorway_link |     |         | 1987
254546452 | motorway      | A2  |         | 1987
223845538 | motorway      | A2  |         | 1987
375587044 | motorway      | A2  |         | 1987
  30860095 | motorway      | A2  |         | 1987
223845533 | motorway      | A2  | yes     | 1987
223845534 | motorway      | A2  | yes     | 1987
223845532 | motorway      | A2  |         | 1987
229241079 | motorway      | A2  |         | 1987
218592866 | motorway      | A2  |         | 1987
223845536 | motorway      | A2  |         | 1987
  30859635 | motorway      | A2  |         | 1987
375587042 | motorway      | A2  |         | 1987
  30859662 | motorway      | A2  |         | 1987
229241081 | motorway_link |     |         | 1987
132319717 | motorway      | A2  |         | 1987
229241078 | motorway      | A2  |         | 1987
132319716 | motorway      | A2  |         | 1987
  15241694 | motorway      | A2  | yes     | 1987
132329735 | motorway      | A2  | yes     | 1987
218595284 | motorway_link |     |         | 1987
296404609 | motorway_link |     |         | 1987
254546463 | motorway      | A2  |         | 1987
298364140 | motorway      | A2  |         | 1987
  30859583 | motorway      | A2  |         | 1987
254546467 | motorway      | A2  |         | 1987
254546448 | motorway      | A2  |         | 1987
254546457 | motorway      | A2  |         | 1987
254546444 | motorway      | A2  |         | 1987
  30860077 | motorway      | A2  |         | 1987
298364142 | motorway      | A2  |         | 1987
  30860079 | motorway      | A2  | yes     | 1987
  30860091 | motorway      | A2  | yes     | 1987
  33231963 | motorway      | A2  | yes     | 1987
223845537 | motorway      | A2  | yes     | 1987
223845535 | motorway      | A2  |         | 1987
  30859579 | motorway      | A2  |         | 1987
  30859660 | motorway      | A2  |         | 1987
  30859641 | motorway      | A2  | yes     | 1987
  30859645 | motorway      | A2  | yes     | 1987
123721988 | motorway      | A1  |         | 1972
229997260 | motorway      | A1  |         | 1972
229997256 | motorway      | A1  |         | 1972
123721837 | motorway      | A1  |         | 1972
123721839 | motorway      | A1  |         | 1972
  81725723 | motorway      | A1  |         | 1972
619456296 | motorway      | A1  |         | 1972
260566938 | motorway      | A1  |         | 1972
123721988 | motorway      | A1  |         | 1972
123721989 | motorway      | A1  |         | 1972
260566938 | motorway      | A1  |         | 1972
  90524421 | motorway      | A1  | yes     | 19/12/2014
289368760 | motorway_link |     |         | 19/12/2014
684663023 | motorway_link |     |         | 19/12/2014
684663018 | motorway_link |     |         | 19/12/2014
317946583 | motorway      | A1  |         | 19/12/2014
684663021 | motorway_link |     |         | 19/12/2014
684663015 | motorway_link |     |         | 19/12/2014
318100983 | motorway_link |     |         | 19/12/2014
  90525866 | motorway_link |     |         | 19/12/2014
  90525863 | motorway_link |     | yes     | 19/12/2014
  90517101 | motorway_link |     |         | 19/12/2014
318612002 | motorway_link |     |         | 19/12/2014
  90519511 | motorway      | A1  |         | 19/12/2014
318127208 | motorway_link |     |         | 19/12/2014
289368761 | motorway_link |     |         | 19/12/2014
289368762 | motorway_link |     |         | 19/12/2014
270739161 | motorway_link |     |         | 19/12/2014
  90524041 | motorway      | A1  |         | 19/12/2014
  90518465 | motorway      | A1  | yes     | 19/12/2014
270739156 | motorway      | A1  | yes     | 19/12/2014
  90524500 | motorway      | A1  | yes     | 19/12/2014
(873 rows)


cristi5

#232
O problema este si ca start_date nu e folosit coerent pe OSM in Romania.
- multe poduri si segmente de drumuri marunte au start_date
- multe segmente noi de drum important nu au start_date
- start_date pare a fi folosit uneori ca "data finalizarii reabilitarii", ceea ce nu mi se pare corect

Chiar si asa, daca filtram la nivel de DN, va fi acceptabil.

RobertH

#233
lg.highway in('motorway', 'motorway_link')
or lg.highway in ('motorway', 'motorway_link', 'trunk', 'trunk_link', 'services') and lg.highway not in ('construction','proposed') and lg.start_date is not null
or lg.construction in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
or lg.proposed in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
or lg.railway in('proposed', 'construction')


Incearca asa. Linia 2 ar trebuii sa caute autostrazi, centuri , parcari si CIC-uri care sunt finalizate si au data de finalizare.

LE : ai grija ca cu datele ce le ai acum, parcarile si anumite autostrazi/centuri nu iti vor fi desenate corect pentru ca sunt inca cu opening_date. Am sa modific astazi segmentele puse de noi cu opening_date in mod eronat si maine poti sa dai din nou un query sa vedem ce iese.

cristi5

#234
:)

lg.highway in('motorway', 'motorway_link')
or lg.highway in ('motorway', 'motorway_link', 'trunk', 'trunk_link', 'services') and lg.highway not in ('construction','proposed') and lg.start_date is not null


se reduce aplicand niste algebra booleana la

lg.highway in('motorway', 'motorway_link')
or lg.highway in ('trunk', 'trunk_link', 'services') and lg.start_date is not null


Dar nici asta nu e buna pt ca le scapa pe cele cu opening_date, scapa DN7G care e primary, si prinde tot felul de poduri de DN care au start_date din 1930 toamna.

Asa ca am adaugat linia 3:
                                         lg.highway in('motorway', 'motorway_link')
                                             or lg.highway not in ('construction','proposed') and lg.opening_date is not null
                                             or lg.highway in ('trunk', 'trunk_lnk', 'primary', 'primary_link', 'services') and lg.start_date >'1989'
                                             or lg.construction in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
                                             or lg.proposed in ('railway', 'motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary', 'tertiary')
                                             or lg.railway in('proposed', 'construction')


adica le-am adaugat pe cele cu start_date dupa 1989 care sunt trunk, primary sau services. Restul a ramas ca inainte. 

Poti sa copiezi opening_date in start_date peste tot unde lipseste start_date.. Pentru OSM, ca pentru harta nu are importanta. Harta are nevoie de opening_date pt muzee cel putin si atunci daca tot citeste opening_date tine seama de el si daca lipseste start_date.

RobertH

Da, acum mi-am adus aminte. Am vazut ca pe anumite portiuni , DN-urile principale sunt puse cu trunk .

In schimb DN7G chiar nu trebuie desenata. Eu am zis ca trebuie ignorat pentru ca e reabilitat si construit doar in mica parte.
Pe alta parte, pasajul asta trebui sa fie desenat. Nu inteleg de ce aici centura e pus ca primary , dar aia e.

QuotePoti sa copiezi opening_date in start_date peste tot unde lipseste start_date.. Pentru OSM, ca pentru harta nu are importanta. Harta are nevoie de opening_date pt muzee cel putin si atunci daca tot citeste opening_date tine seama de el si daca lipseste start_date.
Desigur ca nu sterg de pe A10 si unde mai avem cazuri muzeu, dar inlocuiesc la restu . 

cristi5

#236
^DN7G e o lucrare aferenta unei autostrazi, e drum nou construit, eu cred ca e ok sa apara. De fapt ar trebui sa fie motorway_link.

Te-as ruga sa nu stergi (inlocuiesti) opening_date.  Copiaza doar in start_date unde acesta lipseste. E mai sigur asa, sa nu pierdem date.

Sunt insa pe la Oradea niste tertiary cu opening_date, acolo cred ca poti inlocui manual cu start_date. Alea chiar nu le vrem pe harta.

RobertH

Problema e ca de desenam DN7G ca e drum relativ nou, atunci trebuie si restu drumurilor judetene si nationale care si-au schimbat putin traseul din cauza autostrazii.  Motorway_link eu clar nu il modific.

Date nu vad cum se piarda. Eu as renunta total la tag-ul opening_date sa ne semnaleze muzeu si l-as inlocui cu altul, desigur asta pe viitor pentru ca nu stii cand unul ca razor considera ca nu respecta termenii OSM si sterge tag-ul care tehnic vorbind, e gresit.
Oricum inafara de unde e pus ca muzeu, la restul segmentelor puse cu opening_date is puse de mine pe cand nu stiam tag-ul corect.

cristi5

#238
Quote from: RobertH on April 24, 2019, 05:07:45 PM
Problema e ca de desenam DN7G ca e drum relativ nou, atunci trebuie si restu drumurilor judetene si nationale care si-au schimbat putin traseul din cauza autostrazii.

Drumurile (de orice fel, chiar si agricole) care si-au schimbat traseul (sau au primit poduri) din cauza autostrazilor sunt deja marcate pe harta. La ele ma refer cand zic "lucrari conexe"

Cred ca aici avem doua discutii, si ar fi bine sa le facem pe rand:
(1) ce anume vrem sa fie pe harta, independent de OSM. Pe rutier si pe feroviar.
(2) cum selectam de pe OSM ceea ce hotaram la (1)

Daca la (1) se aduna multe informatii, putem folosi straturi (layers) sau grosimi diferite de segment pt diferite tipuri de drum. Deci nu trebuie sa lasam discutia sa fie influentata de argumentul "se aglomereaza harta".

La (1) eu am propus (si sunt acum pe harta), pe rutier
- toate autostrazile (finalizate, in constructie, la stadiu de SF)
- lucrarile conexe autostrazilor (relocari de orice fel de drum, ecoducte, spatii de servicii etc) finalizate, in constructie, sau SF
- toate lucrarile rutiere nefinalizate (in constructie sau SF) chiar daca nu au treaba cu autostrazi
- lucrarile finalizate care nu au treaba cu autostrazi dar sunt la nivel de DN (centuri, pasaje majore) din ultimii 30 de ani

Pe langa asta
- as pune si orice strada noua finalizata dintr-un oras de exemplu, din ultimii 10 ani, etc
- nu stiu ce sa zic de reabilitari de drum... Sunt "proiecte de infrastructura", uneori majore (avem informatia in surface_survey care contine REHAB)

La (1) as vrea sa stim clar ce vrem. In ce priveste (2) nu am opinii puternice, vreau doar sa spun ca informatiile pe OSM sunt deseori redundante si un anumit tag nu se foloseste uniform in toata lumea. Nu e o stiinta exacta. De multe ori am intrebat "specialisti" OSM ce tag sa folosesc pt x sau y si nu au avut un raspuns clar, dar au avut sugestii utile. De exemplu "surface" la calitatea drumurilor, folosit in combinatie cu "smoothness".

Pe de alta parte, e important ca harta sa fie pregatita ca daca altii (care nu stiu de ea) schimba pe OSM, contributia lor sa fie reprezentata corect. Din perspectiva asta apreciez folosirea corecta a start_date. Atata ca trebuie sa fim atenti ca multi nu l-au folosit corect in Romania!

Aici se poate vedea de ex. folosirea lui start_date

https://taginfo.openstreetmap.org/keys/start_date#map

RobertH

Quote from: cristi5 on April 24, 2019, 08:32:49 PM
Drumurile (de orice fel, chiar si agricole) care si-au schimbat traseul (sau au primit poduri) din cauza autostrazilor sunt deja marcate pe harta.

Imi pare rau dar aici trebuie sa te contrazic. Exemplu DJ709 . Iar asta e drum judetean nu mai zic de alte DN,DC sau agricole care au fost deviate pentru a traversa autostrada. Is cel putin 30 de exemple de la Nadlac pana la Margina.
Pe sectorul asta am pus eu la toate start_date dar nu au avut inainte si nici nu vor fi afisate cu noul filtru pentru ca cele agricole sunt cu highway=track .