Commit Graph

621 Commits

Author SHA1 Message Date
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
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