Brandon Liu
c418539cd8
add openlayers stub
2023-05-04 14:47:30 +08:00
Brandon Liu
a885f4098a
implement metadata and TileJSON-like responses for Cloudflare Workers [ #169 ]
2023-05-03 23:58:22 +08:00
Brandon Liu
3043c20890
bump cloudflare wrangler version
2023-05-03 23:57:08 +08:00
Brandon Liu
7ea69442b3
c++: fix off-by-one error causing out-of-bounds access
2023-05-03 12:58:29 +08:00
Brandon Liu
9b0e473d30
checking of tile types in openlayers [ #3 ]
2023-04-26 19:54:24 +02:00
Brandon Liu
fb0ea53ea2
open layers example: set raster tile size to 512x512 [ #3 ]
2023-04-26 16:33:34 +02:00
Brandon Liu
d15e9a5760
improve openlayers snippets; read header min/maxzoom [ #3 ]
2023-04-26 16:19:58 +02:00
Brandon Liu
f15fa2f6ce
python version 3.1.1
2023-04-16 13:41:08 +02:00
Brandon Liu
ae51557f62
update js examples
2023-04-11 10:51:16 +02:00
Brandon Liu
21cb8b32bd
js 2.7.2
2023-04-11 10:49:54 +02:00
Brandon Liu
4b5c02acfd
Merge pull request #154 from bmcbride/main
...
set blob type for leafletRasterLayer
2023-04-11 10:43:21 +02:00
Bryan McBride
4627b96c1d
set blob type for leafletRasterLayer
...
Setting the mime type helps with previewing network requests.
2023-04-06 22:36:59 -04:00
Brandon Liu
54096b1b04
Merge pull request #152 from jamesscottbrown/patch-3
...
Delete unused definition of entry_zxy_cmp
2023-04-04 17:21:31 +02:00
James Scott-Brown
2b9bf89c10
Delete unused definition of entry_zxy_cmp
2023-04-04 13:43:24 +01:00
Brandon Liu
1fa179143e
Merge pull request #142 from weskamm/fixtileloading
...
Fix tile loading
2023-03-28 21:36:53 +08:00
Brandon Liu
0d38d087fa
Merge pull request #146 from kajkal/pmtiles-viewer-ux-enhancements-bugfix
...
PMTiles Viewer invalid link href in GitHub Pages - Bugfix
2023-03-28 09:36:38 +08:00
kajkal
3a948e984f
fix invalid link href in GitHub Pages
2023-03-27 16:43:52 +02:00
Brandon Liu
081be12fdb
Merge pull request #145 from kajkal/pmtiles-viewer-ux-enhancements
...
PMTiles Viewer UX enhancements
2023-03-27 10:46:27 +08: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
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