This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for osgeo/osgeo4mac/gdal2-pdf on macOS 10.13.5 | |
Build date: 2018-08-13 18:05:06 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for osgeo/osgeo4mac/gdal2-oracle on macOS 10.13.5 | |
Build date: 2018-08-13 13:17:49 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for osgeo/osgeo4mac/gdal2-oracle on macOS 10.13.5 | |
Build date: 2018-08-13 13:14:58 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require("fs"); | |
const geobuf = require("geobuf"); | |
const Protobuf = require("pbf"); | |
const pgp = require("pg-promise")(); | |
const vt = require("vector-tile"); | |
const db = pgp(process.env.DATABASE_URL); | |
const tile_with_properties_as_jsonb = `WITH data (id, num1, num2, geom) AS ( | |
VALUES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 80, | |
"name": "test_style", | |
"glyphs": "http://www.basemap.ru/egko/glyphs/{fontstack}/{range}.pbf", | |
"layers": [ | |
{ | |
"id": "background", | |
"type": "background", | |
"paint": { | |
"background-color": "#ffffff", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APPLE=1 | |
ARGC=0 | |
ARGN= | |
ARGV= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from logging.config import fileConfig | |
import os.path | |
fileConfig(r'/home/nl/mapproxy/basemaps_log.ini', {'here': os.path.dirname(__file__)}) | |
from mapproxy.wsgiapp import make_wsgi_app | |
application = make_wsgi_app(r'/home/nl/mapproxy/basemaps.yaml') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ brew install --with-cairo --with-gdal --with-geos --with-postgresql --verbose mapnik | |
/usr/local/opt/python/bin/python2 -c import numpy | |
/usr/local/opt/python/bin/python2 -c import numpy | |
==> Downloading http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/mapnik-2.2.0.tar.bz2 | |
tar xf /Library/Caches/Homebrew/mapnik-2.2.0.tar.bz2 | |
brew: Appending to PYTHONPATH: /usr/local/Cellar/mapnik/2.2.0/lib/python2.7/site-packages | |
==> /usr/local/opt/python/bin/python2 scons/scons.py configure CC="cc" CXX="c++" JOBS=4 PREFIX=/usr/local/Cellar/mapnik/2.2.0 ICU_INCLUDES=/usr/local/opt/icu4c/include ICU_LIBS=/usr/local/opt/icu4c/lib PYTHON_PREFIX=/usr/local/Cellar/mapnik/2.2.0 JPEG_INCLUDES=/usr/local/opt/jpeg/include JPEG_LIBS=/usr/local/opt/jpeg/lib TIFF_INCLUDES=/usr/local/opt/libtiff/include TIFF_LIBS=/usr/local/opt/libtiff/lib BOOST_INCLUDES=/usr/local/opt/boost/include BOOST_LIBS=/usr/local/opt/boost/lib PROJ_INCLUDES=/usr/local/opt/proj/include PROJ_LIBS=/u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE Map[]> | |
<Map srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +over +no_defs" background-color="#ffffff"> | |
<Style name="sfc" filter-mode="first"> | |
<Rule> | |
<RasterSymbolizer scaling="bilinear" opacity="1"/> | |
</Rule> | |
</Style> |