Browse Source

Met à jour le tuto projet

master
vincent 1 week ago
parent
commit
8858786374
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/tuto-projet/index.md

+ 5
- 0
doc/tuto-projet/index.md View File

@ -57,6 +57,11 @@ name,description,osm,geojson,status
ã Rivolet,Grande croix de fer ajourée sur socle pierre. Une plaque métallique rivetée à la base de la croix porte la mention: « J. JURON / AN 1820 ». ,"<?xml version=""1.0"" encoding=""UTF-8""?><osm version=""0.6""><node id=""-9"" lat=""45.99655341186141"" lon=""4.616699908153549"" visible=""true""><tag k=""historic"" v=""wayside_cross""/><tag k=""material"" v=""metal""/><tag k=""inscription"" v=""J. JURON/AN 1820""/><tag k=""start_date"" v=""1820""/></node></osm>","{""type"":""FeatureCollection"",""features"":[{""type"":""Feature"",""geometry"":{""coordinates"":[4.616699908153549,45.99655341186141],""type"": ""Point""}}}",todo
```
`name` | `description` | `osm` | `geojson` | `status`
-- | -- | -- | -- | --
à Blacé | Croix de fer forgé ajourée, sur table et socle pierre massif. Le socle porte l'inscription: "PATER AVE / 40 JOURS D'INDULGENCE / 1896" | `<?xml version="1.0" encoding="UTF-8"?><osm version="0.6"><node id="-9" lat="46.02815836904756" lon="4.643540183466797" visible="true"><tag k="historic" v="wayside_cross"/><tag k="material" v="metal"/><tag k="inscription" v="PATER AVE / 40 JOURS D'INDULGENCE / 1896"/><tag k="start_date" v="1896"/></node></osm>` | `{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"coordinates":[4.643540183466797,46.02815836904756],"type":"Point"}}]}` | `todo`
ã Rivolet | Grande croix de fer ajourée sur socle pierre. Une plaque métallique rivetée à la base de la croix porte la mention: « J. JURON / AN 1820 ». |`<?xml version="1.0" encoding="UTF-8"?><osm version="0.6"><node id="-9" lat="45.99655341186141" lon="4.616699908153549" visible="true"><tag k="historic" v="wayside_cross"/><tag k="material" v="metal"/><tag k="inscription" v="J. JURON/AN 1820"/><tag k="start_date" v="1820"/></node></osm>`|`{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"coordinates":[4.616699908153549,45.99655341186141],"type": "Point"}}}` | `todo`
On a inclus le GeoJSON ici mais il ne servira pas à grand chose dans le mesure
où les donnmées seront déjà chargées avec la télécommande via le XML OSM.


Loading…
Cancel
Save