diff --git a/docs/examples/Annotations/CustomCallout.png b/docs/examples/Annotations/CustomCallout.png index 39e1c010..1afcfad6 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 dcbde17f..0b5b6854 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 f411832a..a4d0b0e6 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 a2086493..a9298498 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 98aa75a4..19fd0180 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 00000000..10fe7583 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 5a345ad1..4b2fd20f 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 00000000..06d759c3 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 8d6c551d..cfc0c8ee 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 54d87914..283c8680 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 4b043437..055883ff 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 6d36bbc7..e088215a 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 cb92ca5c..76f77d9d 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 08fae9da..5723c16f 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 08867b14..295570ca 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 7859c3e2..d8d8eb95 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 16f834cb..c28d6456 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 7041e706..6d277ef2 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 9ee6827f..4899b4bc 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 a74beba4..969d97fe 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 f12d33e9..31280c17 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 d64596d3..83d6d23a 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 db6e61ac..9a51c596 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 15171984..874ca903 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 6122076d..cbe24302 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 ed293608..ee264fdc 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 07057d0c..e66325fb 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 19378386..34d4a89c 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 00000000..401d6488 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 07057d0c..697395ca 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 e63de460..3a3ec2a5 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 067f9bd9..728bcfbc 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 a72d2c7e..7c7affd8 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 d101c98f..f27cc793 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 00000000..c0f9e91d 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 f929d219..6e5cb83e 100644 Binary files a/docs/examples/V10/TerrainSkyAtmosphere.png and b/docs/examples/V10/TerrainSkyAtmosphere.png differ