[openstreetmap/openstreetmap-website] Add microcosms to the website (#2390)
Brian DeRocher
notifications at github.com
Tue Oct 15 22:00:29 UTC 2019
openbrian commented on this pull request.
> + <%= form.text_field :location, id: :microcosm_location %>
+ </div>
+
+ <div class="field">
+ <%= form.label :lat %>
+ <%= form.text_field :lat, id: :microcosm_lat %> (decimal)
+ </div>
+
+ <div class="field">
+ <%= form.label :lon %>
+ <%= form.text_field :lon, id: :microcosm_lon %> (decimal)
+ </div>
+
+ <p>
+ To get a bounding box use Geofabrik's <a href="http://tools.geofabrik.de/calc/#type=geofabrik_standard&bbox=-120.848658,31.674368,-79.375023,49.413863&tab=1&proj=EPSG:4326&places=2">Tile Calculator</a> tool.
+ </p>
For now we can just just grab numbers from "Export" button at top of osm.org.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2390#discussion_r335197403
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191015/f07ae3ab/attachment.html>
More information about the rails-dev
mailing list