Commit Graph

11 Commits

Author SHA1 Message Date
Brandon Liu
005b66a373 More muted styling in iframe mode (#593)
* More muted styling in iframe mode

Colors match those on source.coop where the viewer is embedded.

* linting
2025-09-19 14:27:21 +08:00
Brandon Liu
9e10aeb24b fix text zoom color [#555] (#579) 2025-05-30 14:25:19 -04:00
Brandon Liu
4b2312c039 Iframe (#573)
* hash value for iframe

* app: modify UI for iframe mode

* change position of zoom number to not be blocked by large attribution
* improve appearance of filename in nav for local files

* improve fill appearance in overlay mode
2025-05-16 09:54:17 -07:00
Brandon Liu
77612d37ee app: show local filename in top bar (#572)
* fix URL state of showTileBoundaries
* improve cursor hover
2025-05-12 16:28:47 -07:00
Brandon Liu
86d59b7346 force map view to be dark mode [#567] (#569)
* force map view to be dark mode [#567]

* nearest resampling for raster mode
* cleanup python deps

* formatting
2025-05-07 10:56:59 -07:00
Brandon Liu
6bf9b8fcb0 fix setting of source when URL is changed after error [#49] (#562)
* fix setting of source when URL is changed after error [#49]

* fix setFeatureState when unchecking inspect
2025-04-26 21:04:04 +08:00
Rob Labs
60056a5621 Add a label to a polygon with name (#561)
* fix to toggle visibility of the label layer for line data

* Add polygon label along poly border.  Related to #555.  Depends on #560
2025-04-26 20:34:15 +08:00
Rob Labs
aa43ad8365 fix to toggle visibility of the label layer for line data (#560) 2025-04-26 18:58:07 +08:00
Brandon Liu
bb51c64b72 New viewer 4 (#559)
app: viewer improvements [#49]

* show missing id when feature id is undefined instead of 0
* improve point symbology for dense point tilesets
* show lon,lat in popup
* better wrapping for long popup value strings
2025-04-25 11:33:32 +08:00
Brandon Liu
26c857ff40 app: viewer improvements [#555] (#557)
* add line labels
* allow loading remote and local tilesets without clearing the current tileset
2025-04-22 14:33:33 +08:00
Brandon Liu
731f03d325 New viewer [#49] (#549)
app: Rewrite of PMTiles viewer (pmtiles.io) [#49, #551, #555, #556]

* Rewrite the app using SolidJS / Tailwind.
* Make the map view mobile friendly.
* Add an archive inspector for viewing the low level structure of PMTiles.
* Add a tile inspector for viewing a single tile in isolation. 
* Support TileJSON.
* Support raster archives.
2025-04-22 11:05:19 +08:00