Frédéric Rodrigo
Frédéric Rodrigo
> `place of worship` - I don't know why there is a separate item for this, we have already "church" (8101), it could be merged 8101 was a mistake, the...
> These strings were previously translatable as far as I remember. Yes, we have a temporary issue with these strings.
It just here for record. Nobody work on it.
Yes, it was flagged as " Hacktoberfest" and "good first issue".
* Warn on large area edit
The max limit for this API point is 10 000. You can also split by class to have more chunks. Previously we dump the database as download but if there...
The layout of the database changed. It may be fatest. We can also add an sync query in the API (with cache)
Layer should be switched.
@jocelynj The dynpoi_status (like marker) table already have an index on uuid as primary key (and a second for 0.2 API retro compact) ``` "dynpoi_status_pkey" PRIMARY KEY, btree (uuid) "idx_dynpoi_status_id"...
``` osmose_frontend=> UPDATE dynpoi_status SET subtitle = marker.subtitle FROM marker WHERE marker.source = 36623 AND dynpoi_status.uuid = marker.uuid ; UPDATE 0 Temps : 542,017 ms ```