Marc Farra
Marc Farra
@tyrasd Have you considered running the [Pelias API](https://github.com/pelias/documentation/blob/master/search.md) created by Mapzen or even hosted Pelias [geocode.earth](https://geocode.earth)?
Ah, sorry, I misunderstood the problem. Pelias returns the Mapzen `whosonfirst` id which you could use to return a full geometry, but I don’t know if it’s necessarily OSM. It...
I started an API endpoint [here](https://github.com/kamicut/openstreetmap-website/commit/87563e50a476d4c36800b676c136cb7fc7c5b0a5) but I'm wondering if this top 10 task is referring to just a view on the website, or potentially adding to the API?
This changes `osm-meta-util`'s core functionality, and adds replication data parsing. `osm-meta-util` was pretty simple in 'tracking metadata changes' live. To extend, we would need to talk about the different use...
@dktue would you also add this to multipolygon relations that denote areas as well?
Still figuring this out. The problem is that the [server](http://planet.osm.org/replication/changesets/) we pull the data from doesn't necessarily publish the data _every_ minute. This is what we tried: The filenames are...
@jflasher @scisco I'm about to work on this, any red flags for just substituting the tms' single value with an array?
Thanks for filling the issue. This is related to https://github.com/developmentseed/osm-teams/issues/298#issuecomment-1348220448 and so we'll have to find a new method for figuring out if the username that we've cached has changed....
Thanks for reporting the bug! We'll see if we can restrict the zoom
@LanesGood has implemented "disallowing `key_type` modification" for existing attributes **on the frontend** in #423. We should also implement it in the API.