Contours of San Francisco overlayed over OpenStreeMap vector tiles using code from mbostock's vector tiles with multiple layers example. View the hi-res file
See gist for code used to generate contours.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="redex react todo list example add todo"> | |
| <script src="https://fb.me/react-0.14.7.min.js"></script> | |
| <script src="https://fb.me/react-dom-0.14.7.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.0.4/redux.js"></script> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> |
Contours of San Francisco overlayed over OpenStreeMap vector tiles using code from mbostock's vector tiles with multiple layers example. View the hi-res file
See gist for code used to generate contours.
| # This scripts merges subtitles (if present) and transcodes video files | |
| # to H.264 mp4 video files with similar quality level. | |
| # This will be applied to all video files found under the directory passed | |
| # as an argument to the script or the current working directory otherwise. | |
| # The script will also check if the ffmpeg binaries are present and located | |
| # in unrestricted directory. It will also check for the presence of fonts | |
| # configuration file and copy it to the right place if they are absent. | |
| # | |
| # This code is free software: you can redistribute it and/or modify it under | |
| # the terms of the GNU Lesser General Public License as published by the Free |