Skip to content

Commit

Permalink
Add "Tile usage" notice at the top of doc page for OSM maps and geoco…
Browse files Browse the repository at this point in the history
…ding (decidim#11411)

* Add documentation link reference in initializer

* Add "Tile usage" notice at the top of doc page

* Apply suggestions from code review

---------

Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
  • Loading branch information
andreslucena and alecslupu authored Jul 28, 2023
1 parent 6400355 commit 2dd4d72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@

# Map and Geocoder configuration
#
# See Decidim docs at https://docs.decidim.org/en/develop/services/maps.html
# for more information about how it works and how to set it up.
#
# == HERE Maps ==
# config.maps = {
# provider: :here,
Expand Down
8 changes: 8 additions & 0 deletions docs/modules/services/pages/maps.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
= Maps and geocoding

Decidim has the ability to geocode proposals and meetings and display them on a map.

[CAUTION]
====
It is important to notice that you cannot use the OpenStreetMap service from openstreetmap.org. As they mention in their https://operations.osmfoundation.org/policies/tiles/[tile usage policy]:
> OpenStreetMap data is free for everyone to use. Our tile servers are not.
====

Decidim has built-in support for the following map service providers:

* http://here.com[HERE Maps] (Recommended)
Expand Down

0 comments on commit 2dd4d72

Please sign in to comment.