Last modified by Vincent Massol on 2024/02/26 17:51

From version 15.5
edited by slauriere
on 2019/05/28 13:57
Change comment: There is no comment for this version
To version 17.1
edited by slauriere
on 2019/05/28 14:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,16 +76,16 @@
76 76  
77 77  ==== Query Service ====
78 78  
79 -The query service is a web service that returns dynamically the data to be represented on a map. It takes as input a query, and it returns a JSON file containing the data to be represented on the map. The content itself that is associated with each entity could be returned via subsequent ajax calls, so that the returned JSON remains small enough.
79 +The query service is a web service that returns dynamically the data to be represented on a map. It takes as input a query, and it returns a JSON file containing the data to be represented on the map. The content itself that is associated with each entity could be returned via subsequent ajax calls, so that the returned GeoJSON remains small enough.
80 80  
81 -==== Location Service ====
82 -
83 -The location service allows to convert an address to coordinates.
84 -
85 85  ==== Tile Service ====
86 86  
87 87  This service allows to convert a large image such as a high-resolution fair plan into tiles so that the plan can be represented as an interactive map.
88 88  
85 +==== Location Service ====
86 +
87 +The location service allows to convert an address to coordinates.
88 +
89 89  === Other aspects ===
90 90  
91 91  ==== Maps on Mobile ====
... ... @@ -96,12 +96,10 @@
96 96  
97 97  In order to implement the use cases described above, at some point that will be useful to work with a significant amount of data. This paragraph is about gathering such data. This step can come later in the process, once the basic structure is implemented and a workable prototype is working with data entered manually.
98 98  
99 -Several strategies:
100 -
99 +Open data sources of geolocalized data:
101 101  * OpenStreetMap: choose a large city, download shapes, transports, paths related to that city
102 102  * Wikidata: choose a large city, see what gelocalized data we can retrieve for that city: monuments, points of interests...
103 -* Use open data sources
104 -** Paris / Île-de-France
102 +* Paris Open Data:
105 105  *** [[https:~~/~~/opendata.paris.fr/>>https://opendata.paris.fr/]]
106 106  *** [[https:~~/~~/opendata.stif.info/explore/>>https://opendata.stif.info/explore/]]
107 107  *** [[https:~~/~~/data.ratp.fr/>>https://data.ratp.fr/]]

Get Connected