gravitystorm left a comment (openstreetmap/openstreetmap-website#6641)

> Query results are generated in JavaScript.

In general, we should be creating html (and therefore the prefix text shown) on 
the server. The current implementation of the query tool does everything 
client-side, but it would be better if it was making requests to a view in the 
rails app, and the rails app makes the query to the overpass instance (like how 
the search results work).

There are some technical issues (e.g. per-IP rate limiting) that would need to 
be fixed before this can happen, but that's not a hard blocker. I will leave it 
to others as to whether it's worth moving the query tool results display to the 
server side before or after making these translation changes in the client 
side..

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6641#issuecomment-3686056908
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/issues/6641/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to