Brandon Liu
caa8f1f726
bump viewer to maplibre 5.1, latest basemap ( #525 )
...
* bump viewer to maplibre 5.1, latest basemap
2025-02-04 23:41:47 +08:00
dependabot[bot]
b2ed481cdf
Bump vite from 3.2.11 to 4.5.6 in /app ( #520 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 3.2.11 to 4.5.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 12:22:26 +08:00
Brandon Liu
e678dd5326
Pmtiles js v4 ( #499 )
...
* pmtiles js v4: remove pmtiles spec v2 compatibility [#287 ]
* restructure ts files into src
* add tsup for building ESM/CJS and making types work in ESM
* bump fflate dependency
* update CHANGELOG for js 4.0.0
2024-11-26 11:56:41 +08:00
Brandon Liu
66303480b6
Update pmtiles.io example links to v4 ( #477 )
2024-10-12 13:08:01 +08:00
dependabot[bot]
669e1d6336
Bump rollup from 2.79.1 to 2.79.2 in /app ( #467 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 10:45:51 +08:00
dependabot[bot]
897d6f186e
Bump vite from 2.9.18 to 3.2.11 in /app ( #459 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.18 to 3.2.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 23:25:21 +08:00
dependabot[bot]
0f9009e70e
Bump fast-loops from 1.1.3 to 1.1.4 in /app ( #426 )
...
Bumps [fast-loops](https://github.com/robinweser/fast-loops ) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits )
---
updated-dependencies:
- dependency-name: fast-loops
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 09:04:55 +02:00
Brandon Liu
d16faa2658
update all github pages URLs. ( #406 )
2024-06-08 10:22:27 -06:00
Brandon Liu
bc8f97d642
bump basemap style to v3 [ #49 ] ( #398 )
2024-05-30 11:51:30 +08:00
dependabot[bot]
de0bb8286a
Bump vite from 2.9.17 to 2.9.18 in /app ( #387 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.17 to 2.9.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-14 07:31:20 -07:00
Brandon Liu
35c31e437c
Remove old basemap examples from app, replace with source.coop mirror [ #49 ] ( #382 )
...
* fix js changelog
2024-04-06 16:41:22 -07:00
Brandon Liu
71e83f138a
Fix tileinspect entrypoint in gh pages build [ #49 , #379 ] ( #380 )
2024-03-25 13:35:36 -07:00
Brandon Liu
08b2c5e3b1
viewer: break tile inspect into separate entrypoint [ #49 ] ( #379 )
...
* viewer: break tile inspect into separate entrypoint [#49 ]
* fix tsc
2024-03-15 12:44:43 +08:00
Brandon Liu
1527d57d23
allow popup freezing [ #282 ] ( #378 )
...
* allow popup freezing [#282 ]
* formatting
2024-03-15 12:01:40 +08:00
Brandon Liu
7cc025c776
applying linter fixes to viewer /app [ #49 ] ( #344 )
...
Add biome linter and configuration to /app viewer.
2024-02-01 15:59:34 +08:00
Brandon Liu
6638d040a5
linting and typing improvements [ #287 ] ( #337 )
...
* Typing improvements [#287 ]
* rename FileApiSource to FileSource
* In a few cases we need to use any and biome-ignore. Deferring any restructuring here to js v4.
* replace prettier with biome
2024-01-31 12:22:25 +08:00
dependabot[bot]
f39bffdc35
Bump vite from 2.9.16 to 2.9.17 in /app ( #328 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.16 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 09:51:13 +08:00
Brandon Liu
fd333cc1b6
maplibre inspector stringifies boolean values [ #270 ] ( #271 )
2023-10-19 12:44:49 -04:00
Tobias
41c497109f
Inspector: Explose true/false values ( #270 )
...
* Inspector: Explose true/false values
`true`/`false` where hidden from the UI, they need to be transformed to strings.
* Update Inspector.tsx
2023-10-19 12:28:42 -04:00
dependabot[bot]
b0c14caf0f
Bump @babel/traverse from 7.22.8 to 7.23.2 in /app ( #269 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:13:46 -04:00
dependabot[bot]
49fe818bcf
Bump postcss from 8.4.19 to 8.4.31 in /app ( #267 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 09:40:06 -04:00
Brandon Liu
96eb357362
app improvements ( #258 )
...
* viewer app: improve type safety and visibility of overlay features.
* correct basemap attribution.
* prettier
2023-09-27 13:49:40 +08:00
Brandon Liu
f378bb97a8
upgrade vector basemap to tiles v3, styles v2 [ #49 ] ( #257 )
2023-09-26 16:25:30 +08:00
Brandon Liu
fd297cc71b
Viewer layer toggle shows layer colors [ #243 ] ( #252 )
2023-09-20 11:44:25 +08:00
Brandon Liu
70146469e9
detect map hash being passed more reliably to auto-set bounds [ #246 ] ( #251 )
...
* add README for installing /app [#244 ]
2023-09-11 11:05:50 +08:00
Brandon Liu
befa393ad9
Inspector improvements ( #218 )
...
* conditionally reposition map if map hash wasn't passed [#49 ]
* add 20230408 basemap to viewer presets
2023-07-08 20:35:24 +08:00
dependabot[bot]
314d36272a
Bump semver and @babel/core in /app ( #217 )
...
Removes [semver](https://github.com/npm/node-semver ). It's no longer used after updating ancestor dependency [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ). These dependencies need to be updated together.
Removes `semver`
Updates `@babel/core` from 7.17.10 to 7.22.8
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
- dependency-name: "@babel/core"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 16:02:31 +08:00
dependabot[bot]
a117e6d1a9
Bump vite from 2.9.15 to 2.9.16 in /app
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.9.15 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-07 06:07:37 +00:00
Brandon Liu
9c7f298fb4
Inspector app: bump maplibre to 3.0.0 [ #49 ]
2023-05-24 12:48:54 +08:00
James Scott-Brown
b1a4ecbc7d
change single to double quotes
2023-05-15 17:07:14 +01:00
James Scott-Brown
606f79d483
Remove max-width for tooltips
...
The Maplibre docs say that `options.maxWidth` is "A string that sets the CSS property of the popup's maximum width, eg '300px' . To ensure the popup resizes to fit its content, set this property to 'none'"
https://maplibre.org/maplibre-gl-js-docs/api/markers/#popup
2023-05-15 15:17:00 +01:00
Brandon Liu
7d57f57c3e
app: clean up unused dependencies
2023-05-09 13:52:09 +08:00
Brandon Liu
0053c86652
viewer app: raster overlays show vector basemap
2023-05-08 14:00:27 +08:00
kajkal
3a948e984f
fix invalid link href in GitHub Pages
2023-03-27 16:43:52 +02:00
kajkal
baea873997
prettier formatting
2023-03-26 14:58:29 +02:00
kajkal
3282e6f325
simplify opening a new viewer tab
2023-03-26 14:10:33 +02:00
kajkal
b3631def6b
add vector layers visibility controller
2023-03-26 14:08:14 +02:00
kajkal
e21d1b5c76
improve UX of "show attributes" mode
2023-03-26 12:43:04 +02:00
Brandon Liu
0dbe87cfdd
format app/ with prettier
2023-03-15 14:37:57 +08:00
RobLabs.com
6700673009
Add WebP PMTiles binary & example file
2023-03-14 19:58:43 -07:00
RobLabs.com
70c173b7fd
Allow for PMTiles with WebP raster tiles
2023-03-14 16:58:12 -07:00
Brandon Liu
06fe05f27a
fix types
2023-03-14 09:25:26 +08:00
Brandon Liu
7d69ee1eb5
inspector: fix raster minzoom/maxzoom
2023-03-14 09:23:04 +08:00
Brandon Liu
84fad95cde
prettier formatting for app/
2023-03-12 13:34:50 +08:00
James Scott-Brown
163397050b
disable "Load URL" button if url is empty
2023-03-10 16:21:27 +00:00
Brandon Liu
28df71c588
inspector basemap improvements [ #49 ]
2023-02-07 15:57:09 +08:00
Brandon Liu
701db2dabc
clean up R2 urls
2023-01-25 18:06:07 +08:00
Brandon Liu
22db55c202
inspector: display basemap for overlay vector datasets
2023-01-18 16:58:19 +08:00
Brandon Liu
bfed75bd12
inspector: add basemap package
2023-01-18 16:37:41 +08:00
Brandon Liu
ac97c9fc3b
bump json5 dependency
2023-01-18 16:34:20 +08:00