Skip to content

Commit

Permalink
Merge pull request #377 from kernvalley/feature/geo-queries
Browse files Browse the repository at this point in the history
Add `geo:` URI query (`?q=`) handling as label for marker popups
  • Loading branch information
shgysk8zer0 authored Jan 2, 2025
2 parents 26c6550 + 5e51353 commit 6b94f6a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [v3.0.4] - 2025-01-01

### Added
- Add `geo:` URI query (`?q=`) handling as label for marker popups

## [v3.0.3] - 2024-12-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Chris Zuber
title: Kern Valley Maps
url: https://maps.kernvalley.us
markdown: kramdown
version: 3.0.3
version: 3.0.4
timezone: America/Los_Angeles
lang: en
dir: ltr
Expand Down
2 changes: 1 addition & 1 deletion _data/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Kern Valley Maps
shortName: KRV Maps
id: KRVMaps
startUrl: /?utm_source=pwa&utm_medium=pwa
version: 3.0.3-b
version: 3.0.4
lang: en
dir: ltr
display: standalone
Expand Down
4 changes: 2 additions & 2 deletions _data/scripts/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
referrerPolicy: no-referrer
integrity: sha384-55L/wO9o0uIVTeubRIDQB4bewfNqyxrj4OXuxlW24NMEk+ioZwMHVw/tFV78mM+k
defer: true
- src: /js/index.min.js
# type: module
- src: /js/index.js
type: module
defer: true
referrerPolicy: no-referrer
- src: https://unpkg.com/@shgysk8zer0/components@0.3.14/leaflet/bundle.min.js
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps.kernvalley.us",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"type": "module",
"description": "Maps for the Kern River Valley",
Expand Down Expand Up @@ -81,7 +81,7 @@
"netlify-js-app": "^3.3.2"
},
"devDependencies": {
"@shgysk8zer0/importmap": "^1.4.35",
"@shgysk8zer0/importmap": "^1.4.37",
"@shgysk8zer0/rollup-import": "^1.2.5",
"@shgysk8zer0/svg-use-symbols": "^1.1.3"
}
Expand Down

0 comments on commit 6b94f6a

Please sign in to comment.