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
Johannes Weskamm
f3c31d022b
Fix tile loading
2023-03-22 16:23:07 +01:00
Brandon Liu
0dbe87cfdd
format app/ with prettier
2023-03-15 14:37:57 +08:00
Brandon Liu
5bd87caa70
Merge pull request #136 from roblabs/app/webp_pmtiles
...
Add WebP PMTiles binary & example file
2023-03-15 14:32:28 +08:00
RobLabs.com
6700673009
Add WebP PMTiles binary & example file
2023-03-14 19:58:43 -07:00
Brandon Liu
f215914014
Merge pull request #135 from roblabs/app/webp
...
Allow for PMTiles with WebP raster tiles
2023-03-15 08:46:12 +08: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
30856d951c
bump example versions
2023-03-13 14:39:02 +08:00
Brandon Liu
1fe4545e85
js 2.7.1; update changelog
2023-03-13 14:34:15 +08:00
Brandon Liu
cdda65a7eb
serverless js: make formatting consistent
2023-03-13 14:29:59 +08:00
Brandon Liu
118049200f
Merge pull request #134 from hu0p/optimize/zxy-to-tile-id
...
js: Optimize zxyToTileId performance
2023-03-13 14:22:53 +08:00
Logan Houp
bf35ff4829
pre-compute tzValues
2023-03-12 01:42:40 -05:00
Brandon Liu
744b1b82e6
fix ci prettier-check
2023-03-12 13:37:53 +08:00
Brandon Liu
26d80a9614
prettier check for app/ in CI
2023-03-12 13:35:04 +08:00
Brandon Liu
84fad95cde
prettier formatting for app/
2023-03-12 13:34:50 +08:00
Brandon Liu
802f6aea4e
run prettier on js/test; add prettier check to CI
2023-03-12 13:30:57 +08:00
Brandon Liu
606c80a1fc
Merge pull request #132 from hu0p/add-prettier-config
...
Add prettier as dev dependency with config file
2023-03-12 13:09:48 +08:00
Brandon Liu
f59e715a77
Merge pull request #131 from jamesscottbrown/patch-2
...
disable "Load URL" button if url is empty
2023-03-12 13:07:33 +08:00
Logan Houp
c07c73481b
add prettierrc config file
2023-03-11 12:35:07 -05:00
James Scott-Brown
163397050b
disable "Load URL" button if url is empty
2023-03-10 16:21:27 +00:00
Brandon Liu
c3c6ab52dd
Merge pull request #129 from jamesscottbrown/patch-1
...
clarify build instructions for AWS lambda function
2023-03-09 11:56:25 +08:00
James Scott-Brown
75da1623e2
correct build-> install in README
2023-03-06 16:23:36 +00:00
James Scott-Brown
ee86cb6c82
clarify build instructions for AWS lambda function
...
Doing a clean checkout then npm run build isn't enough to build the Lambda function - it will result in errors like
```
X [ERROR] Could not resolve "fflate"
../../js/index.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this
error.
```
2023-03-06 16:22:21 +00:00
Brandon Liu
45522dbf68
Update README.md
2023-03-02 14:02:35 +08:00
Brandon Liu
464221eaa4
Merge pull request #121 from nokonoko1203/main
...
Problems when converting PMTiles to MBTiles in the Python interface
2023-02-16 21:34:54 +08:00
nokonoko1203
9144d00a86
Add processing before inserting into the MBTiles metadata table.
2023-02-15 17:00:22 +09:00
Brandon Liu
28df71c588
inspector basemap improvements [ #49 ]
2023-02-07 15:57:09 +08:00
Brandon Liu
25382d2605
Merge pull request #117 from mapcraftlabs/fix/find-tile-bug
...
Fix bug in find_tiles in the python V3 code
2023-01-30 03:42:19 +08:00
Brandon Liu
61a5076dc5
add edge case find_tile test [ #117 ]
2023-01-30 03:41:13 +08:00
fscottfoti
681526a370
<= was in the JS, < was in the python
2023-01-28 13:19:48 -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
3126ad0244
update vector basemap example
2023-01-18 15:52:12 +08:00
Brandon Liu
421544e342
inspector: don't read tilestats [ #49 ]
2023-01-18 15:51:59 +08:00
Brandon Liu
6658d5d450
fix readme link [ #114 ]
2023-01-17 11:31:23 +08:00
Brandon Liu
fdcf622ddc
Create FUNDING.yml
2023-01-10 19:29:13 +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
a6ef074308
python 3.1.0
2022-12-23 00:16:41 +08:00
Brandon Liu
4d8d1b0a21
js 2.7.0
2022-12-23 00:14:04 +08:00
Brandon Liu
78cde0d51f
python: raise errors in overflow and invalid tile ID cases
2022-12-22 21:56:23 +08:00
Brandon Liu
b23c98dd39
javascript: fix tile id overflow for z > 15 and error assertions in tests.
2022-12-22 21:56:03 +08:00
Brandon Liu
58d47196c7
C++: throw exceptions in overflow cases
2022-12-22 21:55:05 +08:00