Commit Graph

84 Commits

Author SHA1 Message Date
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
Brandon Liu
421544e342 inspector: don't read tilestats [#49] 2023-01-18 15:51:59 +08:00
Brandon Liu
af409af043 inspector: only apply mask settings to fill layer [#49] 2023-01-04 16:42:07 +08:00
Brandon Liu
2ac1ad1776 inspector: toggle maplibre options in menu [#49] 2023-01-04 16:35:29 +08:00
Brandon Liu
87c395073e hover inspect for map view [#49] 2022-12-27 17:38:46 +08:00
Brandon Liu
80c02e1833 display runlength in inspector 2022-12-21 15:40:12 +08:00
Brandon Liu
25088aaccf set but don't read tile inspector hash state; store max extent 2022-12-14 11:04:59 +08:00
Brandon Liu
ce0dba5ed4 Inspector: fix types and cleanup effects [#49] 2022-12-04 23:57:37 +08:00
Brandon Liu
382225d1da Inspector: show errors for file loading in dialog [#49] 2022-12-04 23:52:24 +08:00
Brandon Liu
01ccaa9dad Inspector: use source library files instead of build artifact 2022-12-04 23:13:46 +08:00
Brandon Liu
ca4c8094a8 viewer: surface more header data [#49] 2022-12-02 23:20:19 +08:00