This GIST provides an example of a Google Maps map with an OL3 map as control, to give users a Google base map with OL3 content on top.
Open the corresponding bl.ock to view the example in your browser.
| <?xml version="1.0" encoding="utf-8"?> | |
| <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only"> | |
| <info> | |
| <title>IEEE trigraph</title> | |
| <id>http://www.zotero.org/styles/ieee-trigraph</id> | |
| <link href="http://www.zotero.org/styles/ieee-trigraph" rel="self"/> | |
| <author> | |
| <name>Michael Berkowitz</name> | |
| <email>[email protected]</email> | |
| </author> |
| #!/usr/bin/env python | |
| from collections import OrderedDict | |
| import json | |
| write_data = OrderedDict([ | |
| ('a', '1'), | |
| ('b', '2'), | |
| ('c', '3') | |
| ]) |
This GIST provides an example of a Google Maps map with an OL3 map as control, to give users a Google base map with OL3 content on top.
Open the corresponding bl.ock to view the example in your browser.