Guest User

Untitled

a guest
Dec 16th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. const Foobar = () => (
  2. <Map
  3. {...viewport}
  4. mapStyle="mapbox://styles/mapbox/dark-v9"
  5. onViewportChange={onChangeViewport}>
  6. <div className="map-navigation-control">
  7. <NavigationControl onViewportChange={onChangeViewport} />
  8. </div>
  9. <Line
  10. coords={[
  11. [-79.995886, 40.440625],
  12. [-87.629798, 41.878114],
  13. ]} />
  14. {locations}
  15. </Map>
  16. )
Add Comment
Please, Sign In to add comment