diff --git a/docs/examples/Annotations/CustomCallout.png b/docs/examples/Annotations/CustomCallout.png index 39e1c01..1afcfad 100644 Binary files a/docs/examples/Annotations/CustomCallout.png and b/docs/examples/Annotations/CustomCallout.png differ diff --git a/docs/examples/Annotations/Heatmap.png b/docs/examples/Annotations/Heatmap.png index dcbde17..0b5b685 100644 Binary files a/docs/examples/Annotations/Heatmap.png and b/docs/examples/Annotations/Heatmap.png differ diff --git a/docs/examples/Annotations/MarkerView.md b/docs/examples/Annotations/MarkerView.md index f411832..a4d0b0e 100644 --- a/docs/examples/Annotations/MarkerView.md +++ b/docs/examples/Annotations/MarkerView.md @@ -34,7 +34,7 @@ const styles = StyleSheet.create({ }); const AnnotationContent = ({ title }: { title: string }) => ( - + {title} Btn diff --git a/docs/examples/Annotations/MarkerView.png b/docs/examples/Annotations/MarkerView.png index a208649..a929849 100644 Binary files a/docs/examples/Annotations/MarkerView.png and b/docs/examples/Annotations/MarkerView.png differ diff --git a/docs/examples/Annotations/PointAnnotationAnchors.md b/docs/examples/Annotations/PointAnnotationAnchors.md index 98aa75a..19fd018 100644 --- a/docs/examples/Annotations/PointAnnotationAnchors.md +++ b/docs/examples/Annotations/PointAnnotationAnchors.md @@ -93,7 +93,7 @@ const PointAnnotationAnchors = (props) => { coordinate={p.coordinate} anchor={p.anchor} > - + x={p.anchor.x.toPrecision(2)}, y={p.anchor.y.toPrecision(2)} @@ -115,7 +115,7 @@ const PointAnnotationAnchors = (props) => { coordinate={p.coordinate} anchor={p.anchor} > - + @@ -77,5 +79,5 @@ export default GetCenter; ``` -} +![GetCenter.png](./GetCenter.png)} diff --git a/docs/examples/Camera/GetCenter.png b/docs/examples/Camera/GetCenter.png new file mode 100644 index 0000000..10fe758 Binary files /dev/null and b/docs/examples/Camera/GetCenter.png differ diff --git a/docs/examples/Camera/GetZoom.md b/docs/examples/Camera/GetZoom.md index 5a345ad..4b2fd20 100644 --- a/docs/examples/Camera/GetZoom.md +++ b/docs/examples/Camera/GetZoom.md @@ -63,5 +63,5 @@ export default GetZoom; ``` -} +![GetZoom.png](./GetZoom.png)} diff --git a/docs/examples/Camera/GetZoom.png b/docs/examples/Camera/GetZoom.png new file mode 100644 index 0000000..06d759c Binary files /dev/null and b/docs/examples/Camera/GetZoom.png differ diff --git a/docs/examples/FillRasterLayer/ChoroplethLayerByZoomLevel.png b/docs/examples/FillRasterLayer/ChoroplethLayerByZoomLevel.png index 8d6c551..cfc0c8e 100644 Binary files a/docs/examples/FillRasterLayer/ChoroplethLayerByZoomLevel.png and b/docs/examples/FillRasterLayer/ChoroplethLayerByZoomLevel.png differ diff --git a/docs/examples/FillRasterLayer/CustomVectorSource.png b/docs/examples/FillRasterLayer/CustomVectorSource.png index 54d8791..283c868 100644 Binary files a/docs/examples/FillRasterLayer/CustomVectorSource.png and b/docs/examples/FillRasterLayer/CustomVectorSource.png differ diff --git a/docs/examples/FillRasterLayer/GeoJSONSource.png b/docs/examples/FillRasterLayer/GeoJSONSource.png index 4b04343..055883f 100644 Binary files a/docs/examples/FillRasterLayer/GeoJSONSource.png and b/docs/examples/FillRasterLayer/GeoJSONSource.png differ diff --git a/docs/examples/FillRasterLayer/ImageOverlay.md b/docs/examples/FillRasterLayer/ImageOverlay.md index 6d36bbc..e088215 100644 --- a/docs/examples/FillRasterLayer/ImageOverlay.md +++ b/docs/examples/FillRasterLayer/ImageOverlay.md @@ -121,5 +121,5 @@ export default ImageOverlay; ``` -![ImageOverlay.png](./ImageOverlay.png)} +} diff --git a/docs/examples/FillRasterLayer/IndoorBuilding.md b/docs/examples/FillRasterLayer/IndoorBuilding.md index cb92ca5..76f77d9 100644 --- a/docs/examples/FillRasterLayer/IndoorBuilding.md +++ b/docs/examples/FillRasterLayer/IndoorBuilding.md @@ -60,10 +60,12 @@ class IndoorBuilding extends React.Component { style={sheet.matchParent} > diff --git a/docs/examples/FillRasterLayer/IndoorBuilding.png b/docs/examples/FillRasterLayer/IndoorBuilding.png index 08fae9d..5723c16 100644 Binary files a/docs/examples/FillRasterLayer/IndoorBuilding.png and b/docs/examples/FillRasterLayer/IndoorBuilding.png differ diff --git a/docs/examples/FillRasterLayer/QueryAtPoint.png b/docs/examples/FillRasterLayer/QueryAtPoint.png index 08867b1..295570c 100644 Binary files a/docs/examples/FillRasterLayer/QueryAtPoint.png and b/docs/examples/FillRasterLayer/QueryAtPoint.png differ diff --git a/docs/examples/FillRasterLayer/QuerySourceFeatures.png b/docs/examples/FillRasterLayer/QuerySourceFeatures.png index 7859c3e..d8d8eb9 100644 Binary files a/docs/examples/FillRasterLayer/QuerySourceFeatures.png and b/docs/examples/FillRasterLayer/QuerySourceFeatures.png differ diff --git a/docs/examples/FillRasterLayer/QueryWithRect.png b/docs/examples/FillRasterLayer/QueryWithRect.png index 16f834c..c28d645 100644 Binary files a/docs/examples/FillRasterLayer/QueryWithRect.png and b/docs/examples/FillRasterLayer/QueryWithRect.png differ diff --git a/docs/examples/FillRasterLayer/RasterSource.png b/docs/examples/FillRasterLayer/RasterSource.png index 7041e70..6d277ef 100644 Binary files a/docs/examples/FillRasterLayer/RasterSource.png and b/docs/examples/FillRasterLayer/RasterSource.png differ diff --git a/docs/examples/FillRasterLayer/WatercolorRasterTiles.md b/docs/examples/FillRasterLayer/WatercolorRasterTiles.md index 9ee6827..4899b4b 100644 --- a/docs/examples/FillRasterLayer/WatercolorRasterTiles.md +++ b/docs/examples/FillRasterLayer/WatercolorRasterTiles.md @@ -13,7 +13,6 @@ import { View, StyleSheet } from 'react-native'; import Mapbox from '@rnmapbox/maps'; import { Slider } from '@rneui/base'; -import sheet from '../../styles/sheet'; import colors from '../../styles/colors'; import { SF_OFFICE_COORDINATE } from '../../utils'; @@ -46,14 +45,14 @@ class WatercolorRasterTiles extends React.Component { const rasterSourceProps = { id: 'stamenWatercolorSource', tileUrlTemplates: [ - 'https://tiles-eu.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.jpg', + 'https://tiles.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.jpg?api_key=36ff39ee-a31d-4153-8aee-71f361373a5c', ], tileSize: 256, }; return ( <> - + { + console.log('=> on image missing', imageKey); if (imageKey !== 'pin-rn') { this.setState({ images: { ...this.state.images, [imageKey]: pinIcon }, diff --git a/docs/examples/SymbolCircleLayer/ShapeSourceIcon.png b/docs/examples/SymbolCircleLayer/ShapeSourceIcon.png index a74beba..969d97f 100644 Binary files a/docs/examples/SymbolCircleLayer/ShapeSourceIcon.png and b/docs/examples/SymbolCircleLayer/ShapeSourceIcon.png differ diff --git a/docs/examples/UserLocation/CustomNativeUserLocation.png b/docs/examples/UserLocation/CustomNativeUserLocation.png index f12d33e..31280c1 100644 Binary files a/docs/examples/UserLocation/CustomNativeUserLocation.png and b/docs/examples/UserLocation/CustomNativeUserLocation.png differ diff --git a/docs/examples/UserLocation/SetDisplacement.png b/docs/examples/UserLocation/SetDisplacement.png index d64596d..83d6d23 100644 Binary files a/docs/examples/UserLocation/SetDisplacement.png and b/docs/examples/UserLocation/SetDisplacement.png differ diff --git a/docs/examples/UserLocation/SetTintColor.md b/docs/examples/UserLocation/SetTintColor.md index db6e61a..9a51c59 100644 --- a/docs/examples/UserLocation/SetTintColor.md +++ b/docs/examples/UserLocation/SetTintColor.md @@ -53,5 +53,5 @@ export default SetTintColor; ``` -![SetTintColor.png](./SetTintColor.png)} +} diff --git a/docs/examples/UserLocation/UserLocationPadding.png b/docs/examples/UserLocation/UserLocationPadding.png index 1517198..874ca90 100644 Binary files a/docs/examples/UserLocation/UserLocationPadding.png and b/docs/examples/UserLocation/UserLocationPadding.png differ diff --git a/docs/examples/UserLocation/UserLocationRenderMode.png b/docs/examples/UserLocation/UserLocationRenderMode.png index 6122076..cbe2430 100644 Binary files a/docs/examples/UserLocation/UserLocationRenderMode.png and b/docs/examples/UserLocation/UserLocationRenderMode.png differ diff --git a/docs/examples/UserLocation/UserLocationUpdates.png b/docs/examples/UserLocation/UserLocationUpdates.png index ed29360..ee264fd 100644 Binary files a/docs/examples/UserLocation/UserLocationUpdates.png and b/docs/examples/UserLocation/UserLocationUpdates.png differ diff --git a/docs/examples/V10/CameraAnimation.png b/docs/examples/V10/CameraAnimation.png index 07057d0..e66325f 100644 Binary files a/docs/examples/V10/CameraAnimation.png and b/docs/examples/V10/CameraAnimation.png differ diff --git a/docs/examples/V10/FeatureState.md b/docs/examples/V10/FeatureState.md index 1937838..34d4a89 100644 --- a/docs/examples/V10/FeatureState.md +++ b/docs/examples/V10/FeatureState.md @@ -160,5 +160,5 @@ FeatureState.metadata = metadata; ``` -} +![FeatureState.png](./FeatureState.png)} diff --git a/docs/examples/V10/FeatureState.png b/docs/examples/V10/FeatureState.png new file mode 100644 index 0000000..401d648 Binary files /dev/null and b/docs/examples/V10/FeatureState.png differ diff --git a/docs/examples/V10/GlobeProjection.png b/docs/examples/V10/GlobeProjection.png index 07057d0..697395c 100644 Binary files a/docs/examples/V10/GlobeProjection.png and b/docs/examples/V10/GlobeProjection.png differ diff --git a/docs/examples/V10/MapHandlers.png b/docs/examples/V10/MapHandlers.png index e63de46..3a3ec2a 100644 Binary files a/docs/examples/V10/MapHandlers.png and b/docs/examples/V10/MapHandlers.png differ diff --git a/docs/examples/V10/Markers.png b/docs/examples/V10/Markers.png index 067f9bd..728bcfb 100644 Binary files a/docs/examples/V10/Markers.png and b/docs/examples/V10/Markers.png differ diff --git a/docs/examples/V10/QueryTerrainElevation.png b/docs/examples/V10/QueryTerrainElevation.png index a72d2c7..7c7affd 100644 Binary files a/docs/examples/V10/QueryTerrainElevation.png and b/docs/examples/V10/QueryTerrainElevation.png differ diff --git a/docs/examples/V10/SimpleModelLayer.md b/docs/examples/V10/SimpleModelLayer.md index d101c98..f27cc79 100644 --- a/docs/examples/V10/SimpleModelLayer.md +++ b/docs/examples/V10/SimpleModelLayer.md @@ -112,5 +112,5 @@ export default SimpleModelLayer; ``` -} +![SimpleModelLayer.png](./SimpleModelLayer.png)} diff --git a/docs/examples/V10/SimpleModelLayer.png b/docs/examples/V10/SimpleModelLayer.png new file mode 100644 index 0000000..c0f9e91 Binary files /dev/null and b/docs/examples/V10/SimpleModelLayer.png differ diff --git a/docs/examples/V10/TerrainSkyAtmosphere.png b/docs/examples/V10/TerrainSkyAtmosphere.png index f929d21..6e5cb83 100644 Binary files a/docs/examples/V10/TerrainSkyAtmosphere.png and b/docs/examples/V10/TerrainSkyAtmosphere.png differ