Outils pour utilisateurs

Outils du site


tutoverpass:jour_9_l_instruction_map_to_area

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
tutoverpass:jour_9_l_instruction_map_to_area [2020/08/21 12:05] – [Jour #9 – L'instruction map_to_area] admintutoverpass:jour_9_l_instruction_map_to_area [2020/08/21 12:06] – [Jour #9 – L'instruction map_to_area] admin
Ligne 22: Ligne 22:
   (area.nantes)->.parc;   (area.nantes)->.parc;
 way way
-  [highway=footway](area.parc);+  [highway=footway] 
 +  (area.parc);
 out geom; out geom;
 </code> </code>
Ligne 36: Ligne 37:
 way way
   [leisure=park]   [leisure=park]
-  [name="Jardin des Plantes"](area.nantes);+  [name="Jardin des Plantes"] 
 +  (area.nantes);
 map_to_area; map_to_area;
 way way
-  [highway=footway](area);+  [highway=footway] 
 +  (area);
 out geom; out geom;
 </code> </code>
Ligne 50: Ligne 53:
   way   way
     [leisure=park]     [leisure=park]
-    [name="Jardin des Plantes"](area.nantes);+    [name="Jardin des Plantes"] 
 +    (area.nantes);
   rel   rel
     [leisure=park]     [leisure=park]
-    [name="Jardin des Plantes"](area.nantes);+    [name="Jardin des Plantes"] 
 +    (area.nantes);
 )->.parcs_wr; )->.parcs_wr;
 .parcs_wr map_to_area -> .parcs_a; .parcs_wr map_to_area -> .parcs_a;
-way[highway=footway](area.parcs_a);+way 
 +  [highway=footway] 
 +  (area.parcs_a);
 out geom; out geom;
 </code> </code>
tutoverpass/jour_9_l_instruction_map_to_area.txt · Dernière modification : 2021/02/09 17:14 de admin