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
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') |
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
{ | |
"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
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
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
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-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
ldd (0x7f6270ad8000) | |
libCGAL_Core.so.13 => /usr/local/lib64/libCGAL_Core.so.13 (0x7f626fddb000) | |
libCGAL.so.13 => /usr/local/lib64/libCGAL.so.13 (0x7f626fbbe000) | |
libgmp.so.10 => /usr/lib/libgmp.so.10 (0x7f626f95a000) | |
libmpfr.so.4 => /usr/lib/libmpfr.so.4 (0x7f626f705000) | |
libboost_thread-mt.so.1.66.0 => /usr/lib/libboost_thread-mt.so.1.66.0 (0x7f626f4dc000) | |
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7f626f189000) | |
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7f626ef77000) | |
libc.musl-x86_64.so.1 => ldd (0x7f6270ad8000) | |
libboost_system-mt.so.1.66.0 => /usr/lib/libboost_system-mt.so.1.66.0 (0x7f626ed72000) |
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/grass7 on macOS 10.14.2 | |
Build date: 2019-01-03 00:02:13 |