Add petition map to medical cannabis petition page
Add anonymous SVG icon for anonymous signers Add Norway fylker GeoJSON for map boundaries Add CSS styles for petition map Add JavaScript for interactive petition map Add .htaccess to block direct access to data files Add petition-map plugin to process and display map data Add documentation for the petition-map plugin Add mock petition data generator tool
This commit is contained in:
parent
1ee0e0f0a0
commit
a7829982d0
10 changed files with 1134 additions and 1 deletions
6
custom/data/.htaccess
Normal file
6
custom/data/.htaccess
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Deny direct web access to all data files
|
||||
<Files "*">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
Options -Indexes
|
||||
Loading…
Add table
Add a link
Reference in a new issue