Commit Graph

12 Commits

Author SHA1 Message Date
superbrom 2d3ca459ea Geo query polygons (#56)
* allow declustering, update council page (#48)

* option to disable clustering

* update wins, add videos, clean up council page

* improve grouping toggle

* some cleanup

* add polygon from geo query

* use leaflet geo json type

* store geo shape in url

* improve malformed url handling. update nominatim client request

* update readme for java version

* use the query text in the url instead of encoded json

* fix url persistence, toggle boundaries

* style changes

* update prefs on new search

---------

Co-authored-by: Will Freeman <hohosanta@me.com>
2025-11-29 18:40:12 -07:00
Will Freeman dafd8bb325 allow ?fullscreen=true for embedded map support 2025-03-28 13:41:21 -06:00
Will Freeman 5def5294a1 cleanup 2025-01-04 16:21:14 -07:00
Will Freeman 1ba3f9c3bb a lot of refactoring and cleaning up 2024-12-27 20:22:04 -07:00
Will Freeman 5e88647c54 update cluster radius, various cleanups 2024-12-24 17:06:49 -08:00
Will Freeman 4962e9a6e2 do not repeat fetch 2024-12-24 12:39:11 -08:00
Will Freeman dea50dbe80 works with segmenting, now adjust angle and whitelisted tags 2024-12-24 12:12:23 -08:00
Will Freeman 7844a66b63 store current location in pinia 2024-12-22 21:11:38 -08:00
Will Freeman 53db867385 cleanup, restore buttons, show current location 2024-12-22 20:14:41 -08:00
Will Freeman 572149e797 rotate icons, transparent area not clickable 2024-12-22 17:47:07 -08:00
Galen CC 6dff9cb2c8 webapp/map: add OpenStreetMap attribution to Leaflet slippy map (#19)
* webapp/map: add OpenStreetMap attribution to Leaflet slippy map

Add attribution to the slippy map, formatted as shown in the VueJS
Leaflet docs: https://vue2-leaflet.netlify.app/quickstart/

The [ODbL](https://opendatacommons.org/licenses/odbl/1-0/) requires attribution
to be included alongside the map, stated in clause 4.3:
> You must include a notice associated with the Produced Work reasonably
> calculated to make any Person that uses, views, accesses, interacts with, or
> is otherwise exposed to the Produced Work aware that Content was obtained
> from the Database, Derivative Database, or the Database as part of a
> Collective Database, and that it is available under this License.

See also https://wiki.openstreetmap.org/wiki/Community_attribution_advice

Signed-off-by: Galen CC <galen8183@gmail.com>

* webapp/map: inline OpenStreetMap attribution

Signed-off-by: Galen CC <galen8183@gmail.com>

---------

Signed-off-by: Galen CC <galen8183@gmail.com>
2024-12-10 09:31:12 -07:00
Will Freeman 1729a61dc5 dedicated homepage, updated qr page, added counter, clickable logo 2024-12-05 15:01:21 -07:00