[openstreetmap/openstreetmap-website] Put api keys directly in js layer definitions (PR #5809)
Marwin Hochfelsner
notifications at github.com
Sun Mar 16 16:09:43 UTC 2025
@hlfan commented on this pull request.
> @@ -0,0 +1,19 @@
+module MapLayers
+ def self.full_definitions(layers_filename)
+ YAML.load_file(Rails.root.join(layers_filename)).filter_map do |layer|
I understood it as the `next` in line 5 makes it returns `nil`, and therefore the `filter_map`.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5809#discussion_r1997652523
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5809/review/2688736564 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250316/f13aac7c/attachment-0001.htm>
More information about the rails-dev
mailing list