@osm-editor-kit/street-imagery-react 0.1.0-alpha.0 → 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
# `@osm-editor-kit/street-imagery-react`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> [!NOTE]
|
|
4
|
+
> This package is an **alpha** release and still under active development. APIs may change; install with the npm `alpha` dist-tag.
|
|
4
5
|
|
|
5
6
|
## What it does
|
|
6
7
|
|
|
7
|
-
React MapLibre
|
|
8
|
+
React + MapLibre UI on top of `@osm-editor-kit/street-imagery`:
|
|
9
|
+
|
|
10
|
+
- Map sources and layers for photos, sequences, and viewfields
|
|
11
|
+
- Click handling and interactive layer ids
|
|
12
|
+
- TanStack Query hooks to load provider data for the viewport
|
|
13
|
+
- Lazy Mapillary and Panoramax viewer panels
|
|
14
|
+
- Helpers for selection, thumbnails, and easing the map to a photo
|
|
8
15
|
|
|
9
16
|
## Usage
|
|
10
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osm-editor-kit/street-imagery-react",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
4
|
"description": "React MapLibre layers and photo viewers for street-level imagery providers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Tobias Jordans",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/osmberlin/street-space-editor.git",
|
|
10
10
|
"directory": "packages/street-imagery-react"
|
|
11
11
|
},
|
|
12
|
+
"homepage": "https://github.com/osmberlin/street-space-editor/tree/main/packages/street-imagery-react",
|
|
12
13
|
"type": "module",
|
|
13
14
|
"files": [
|
|
14
15
|
"dist"
|