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.
| <!DOCTYPE html> | |
| <html ng-app='app'> | |
| <head> | |
| <meta charset=utf-8"> | |
| <link rel="stylesheet" href="http://ol3js.org/ol3/master/build/ol.css" type="text/css"> | |
| <style> | |
| .map { | |
| width: 600px; |
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.
This gist shows how to create a mask on the map using shift-drag. This is in response to a question on the ol3-dev mailing list.
| { | |
| "attributes": { | |
| "map": { | |
| "dpi": 72, | |
| "center": [ | |
| 681185, | |
| 6412222 | |
| ], | |
| "projection": "EPSG:3857", | |
| "scale": 10000, |
| #!/bin/bash | |
| # https://gist.github.com/elemoine/27748e205d36a9006190 | |
| # Install packages. | |
| sudo apt-get install kvm cloud-utils | |
| # Download an Ubuntu cloud image. | |
| wget http://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img -O disk.img.dist | |
| # Create user-data file for devstack. |
I hereby claim:
To claim this, I am signing this object:
| 2016/03/31 11:56:20 Diagnostics: 30 packs have been idle more than 120 seconds. | |
| 2016/03/31 11:56:20 Diagnostics: (inject) Plugin names and quantities found on idle packs: | |
| 2016/03/31 11:56:20 Diagnostics: influxdb_accumulator_filter: 30 | |
| 2016/03/31 11:56:20 | |
| 2016/03/31 11:56:20 Diagnostics: 32 packs have been idle more than 120 seconds. | |
| 2016/03/31 11:56:20 Diagnostics: (input) Plugin names and quantities found on idle packs: | |
| 2016/03/31 11:56:20 Diagnostics: elasticsearch_output: 32 | |
| 2016/03/31 11:56:20 Diagnostics: http_metrics_filter: 32 | |
| 2016/03/31 11:56:20 | |
| 2016/03/31 11:56:23 Queue report initiated. |
| 2016/04/08 21:24:36 Pre-loading: [keystone_7_0_decoder] | |
| 2016/04/08 21:24:36 Pre-loading: [elasticsearch_encoder] | |
| 2016/04/08 21:24:36 Pre-loading: [influxdb_encoder] | |
| 2016/04/08 21:24:36 Pre-loading: [http_metrics_filter] | |
| 2016/04/08 21:24:36 Pre-loading: [influxdb_accumulator_filter] | |
| 2016/04/08 21:24:36 Pre-loading: [keystone_7_0_logstreamer] | |
| 2016/04/08 21:24:36 Pre-loading: [elasticsearch_output] | |
| 2016/04/08 21:24:36 Pre-loading: [influxdb_output] | |
| 2016/04/08 21:24:36 Pre-loading: [openstack_splitter] | |
| 2016/04/08 21:24:36 Pre-loading: [NullSplitter] |
| keystone | |
| -------- | |
| keystone tenant-list | |
| openstack project list | |
| keystone tenant-create --name <tenant-name> --description <tenant-desc> --enabled true | |
| openstack project create <project-name> --description <project-desc> --enable | |
| keystone user-create --name <user-name> --tenant <tenant-name> --pass <user-password> --email <user-email> --enabled true |