Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
remove OS X test annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Jun 8, 2015
1 parent 9383dac commit fe2d84c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions macosx/main.mm
Expand Up @@ -151,23 +151,6 @@ int main() {
map.setStyleURL(newStyle.first);
view.setWindowTitle(newStyle.second);

map.addPointAnnotation(mbgl::LatLng(45, -120), "default_marker");

mbgl::FillProperties fillProperties;
fillProperties.fill_color = mbgl::Color({{ 1, 0, 0, 1 }});
fillProperties.stroke_color = mbgl::Color({{ 0, 0, 0, 1 }});
fillProperties.opacity = 0.25;

mbgl::StyleProperties shapeProperties;
shapeProperties.set<mbgl::FillProperties>(fillProperties);

map.addShapeAnnotation({{
mbgl::LatLng(44, -122),
mbgl::LatLng(46, -122),
mbgl::LatLng(46, -121),
mbgl::LatLng(44, -122)
}}, shapeProperties);

view.run();

[reachability stopNotifier];
Expand Down

0 comments on commit fe2d84c

Please sign in to comment.