osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Export csv without osm tag ? #263

Open vinber opened 4 years ago

vinber commented 4 years ago

For restaurant -> http://osmose.openstreetmap.fr/fr/map/#zoom=13&lat=43.7086&lon=-1.0252&item=8240&level=1%2C2%2C3&tags=&fixable=

http://osmose.openstreetmap.fr/fr/errors.csv?zoom=14&item=8240&level=1%2C2%2C3&tags=&fixable=&limit=500&bbox=-1.143608093261719%2C43.65843379478086%2C-0.9067153930664064%2C43.758820688867885

there's no tags in this file ? Only generic data (uuid | source | item | class | level | title | subtitle | country | analyser | timestamp | username | lat | lon | elems -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --)

frodrigo commented 4 years ago

Maybe you need the API in place of CSV export? Tags can be added, but will be as nice as the title field.

vinber commented 4 years ago

So you suggest i learn how to use an API and not only a csv ?

frodrigo commented 4 years ago

Using the API is just http://osmose.openstreetmap.fr/api/0.3beta/issues?zoom=14&item=8240&level=1%2C2%2C3&tags=&fixable=&limit=500&bbox=-1.143608093261719%2C43.65843379478086%2C-0.9067153930664064%2C43.758820688867885&full=true

But the API neither does not contain the tags.