summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-04-11 14:51:29 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-04-12 14:54:12 -0700
commitaf05ccad529f58614637c41203ff77df17297646 (patch)
treefea0ad1ee12bd85dfe6d5aa1a3022a27ffffe5a4
parent00f5a79eaa01764457e9e0d75660421ce53c1836 (diff)
downloadqtlocation-mapboxgl-af05ccad529f58614637c41203ff77df17297646.tar.gz
Redo images
-rw-r--r--platform/ios/docs/guides/Adding Markers to a Map.md4
-rw-r--r--platform/ios/docs/img/adding-points-to-a-map/annotation-image.pngbin111529 -> 185710 bytes
-rw-r--r--platform/ios/docs/img/adding-points-to-a-map/annotation-view.pngbin148995 -> 88046 bytes
-rw-r--r--platform/ios/docs/img/adding-points-to-a-map/circle-layer.pngbin256648 -> 226434 bytes
-rw-r--r--platform/ios/docs/img/adding-points-to-a-map/symbol-layer.pngbin187969 -> 81740 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/docs/guides/Adding Markers to a Map.md b/platform/ios/docs/guides/Adding Markers to a Map.md
index 7d809b9437..edda042685 100644
--- a/platform/ios/docs/guides/Adding Markers to a Map.md
+++ b/platform/ios/docs/guides/Adding Markers to a Map.md
@@ -6,7 +6,7 @@ Mapbox offers a few different ways to add markers to a map, each with different
Our annotations API includes the `MGLAnnotationImage`, and `MGLAnnotationView` classes. These are most similar to MapKit’s annotation class and provide a familiar interface for working with markers and callouts.
-| ![MGLAnnotationImage](img/adding-points-to-a-map/annotation-image.png "MGLAnnotationImage") | ![MGLAnnotationView](img/adding-points-to-a-map/annotation-view.png "MGLAnnotationView") |
+| <img src="img/adding-points-to-a-map/annotation-image.png" alt="MGLAnnotationImage" style="height: 500px;"/> | <img src="img/adding-points-to-a-map/annotation-view.png" alt="MGLAnnotationView" style="height: 500px;"/> |
|----------------------|---------------------|
| `MGLAnnotationImage` | `MGLAnnotationView` |
@@ -27,7 +27,7 @@ The runtime styling API includes our `MGLSymbolStyleLayer` and `MGLCircleStyleLa
If you need to implement callouts with the `MGLSymbolStyleLayer` or `MGLCircleStyleLayer`, you will need to implement your own tap gesture recognizer that calls `-[MGLMapView visibleFeaturesAtPoint:inStyleLayersWithIdentifiers:]` to get the tapped point feature, then show a `UIView` you provide. Additionally, if you need to animate markers when using the runtime styling APIs, consider using an timer to update the source data coordinates accordingly.
-| ![`MGLCircleStyleLayer`](img/adding-points-to-a-map/circle-layer.png "MGLCircleStyleLayer") | ![`MGLSymbolStyleLayer`](img/adding-points-to-a-map/symbol-layer.png "MGLSymbolStyleLayer") |
+| <img src="img/adding-points-to-a-map/circle-layer.png" alt="MGLCircleStyleLayer" style="height: 500px;"/> | <img src="img/adding-points-to-a-map/symbol-layer.png" alt="MGLSymbolStyleLayer" style="height: 500px;"/> |
|----------------------|---------------------|
| `MGLCircleStyleLayer` | `MGLSymbolStyleLayer` |
diff --git a/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png b/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png
index 71cfeea622..d3109f5527 100644
--- a/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png
+++ b/platform/ios/docs/img/adding-points-to-a-map/annotation-image.png
Binary files differ
diff --git a/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png b/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png
index 7d91e7cf67..8fb962bab1 100644
--- a/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png
+++ b/platform/ios/docs/img/adding-points-to-a-map/annotation-view.png
Binary files differ
diff --git a/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png b/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png
index c7d5f8adde..7198ec8f5d 100644
--- a/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png
+++ b/platform/ios/docs/img/adding-points-to-a-map/circle-layer.png
Binary files differ
diff --git a/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png b/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png
index cbea906123..a5ffa9d543 100644
--- a/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png
+++ b/platform/ios/docs/img/adding-points-to-a-map/symbol-layer.png
Binary files differ