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
Brandon Liu
f9cc6a20ac
c++: fix faulty roundtrip of z>15 tile IDs
2022-12-22 07:56:09 +08:00
Brandon Liu
910c48e994
Merge pull request #106 from protomaps/vtfilter
...
Vector tile filtering
2022-12-21 16:45:18 +08:00
Brandon Liu
b421ffa3c0
add vtfilter test to github actions
2022-12-21 16:35:10 +08:00
Brandon Liu
3d1e8f90e5
add vtfilter package that depends on AWS impl
2022-12-21 16:32:03 +08:00
Brandon Liu
283b9f9d24
refactor AWS handler with modular handlerRaw
2022-12-21 16:30:56 +08:00
Brandon Liu
80c02e1833
display runlength in inspector
2022-12-21 15:40:12 +08:00
Brandon Liu
52e1e560e7
c++: fix tuple type
2022-12-20 09:17:34 +08:00
Brandon Liu
36adc701a9
c++: add missing header
2022-12-19 23:10:55 +08:00
Brandon Liu
d2a27d03b1
c++: change entries function to TMS order
2022-12-19 22:52:28 +08:00
Brandon Liu
07c769d1e2
c++: add entries_zxy and get_tile functions
2022-12-19 20:39:42 +08:00
Brandon Liu
ca39bbc0e7
python 3.0.1
2022-12-14 21:52:53 +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
9a79970851
js 2.6.1
2022-12-10 19:57:33 +08:00
Brandon Liu
2b82640d8d
Merge pull request #104 from protomaps/safari-bigint
...
js: avoid use of BigInt operations for older safari browsers [#103 ]
2022-12-10 19:45:37 +08:00
Brandon Liu
b8a78a7f6a
js: avoid use of BigInt operations for older safari browsers [ #103 ]
2022-12-10 18:36:04 +08:00
Brandon Liu
577bd9ede7
js 2.6.0
2022-12-05 12:38:46 +08:00
Brandon Liu
9d3958388c
Merge pull request #102 from protomaps/handle-416-servers
...
FetchSource handles servers that return 416 for requests beyond end of file
2022-12-05 11:57:55 +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
cffdb681cf
FetchSource handles servers that return 416 for requests beyond end of file.
...
* Refine the detection of servers that don't support byte serving.
* Improve console errors related to failed Fetch.
2022-12-04 23:03:39 +08:00
Brandon Liu
68af757800
bump js example versions.
2022-12-04 22:58:21 +08:00
Brandon Liu
b1dd582609
update js README to refer to docs site.
2022-12-03 00:04:33 +08:00
Brandon Liu
ca4c8094a8
viewer: surface more header data [ #49 ]
2022-12-02 23:20:19 +08:00
Brandon Liu
37012d28c0
js 2.5.1
2022-12-02 12:52:49 +08:00