Skip to content

Commit

Permalink
add custom marker to auto-fit example
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Oct 18, 2014
1 parent 9ab1f8b commit 13657af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ let map = MapboxStaticMap(
mapID: <your map ID>,
size: CGSize(width: 500, height: 300),
accessToken: <your API token>,
overlays: [path, GeoJSONOverlay, markerOverlay],
overlays: [path, GeoJSONOverlay, markerOverlay, customMarker],
autoFitFeatures: true)
)
```
Expand Down
Binary file modified screenshots/autofit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13657af

Please sign in to comment.