zoom_level | tolerance |
---|
0 | 78271.516953125
1 | 39135.7584765625
2 | 19567.8792382812
3 | 9783.93961914062
4 | 4891.96980957031
5 | 2445.98490478516
6 | 1222.99245239258
7 | 611.496226196289
{ | |
"repositories": [ | |
{ | |
"type": "path", | |
"url": "../relative/project/path" | |
} | |
], | |
"require": { | |
"${project}": "dev-${branch}" | |
} |
zoom_level | tolerance |
---|
0 | 78271.516953125
1 | 39135.7584765625
2 | 19567.8792382812
3 | 9783.93961914062
4 | 4891.96980957031
5 | 2445.98490478516
6 | 1222.99245239258
7 | 611.496226196289
#!/usr/bin/env python | |
# | |
# Make requests to a tile server to seed the cache | |
# Created by Jesse Crocker, 6/30/2014 | |
# | |
# This file is public-domain | |
#------------------------------------------------------- | |
from math import * | |
from optparse import OptionParser |
MIT License | |
Copyright (c) 2018 Noel Bundick | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
/* Estructura y Datos de las Regiones, Provincias */ | |
/* y Comunas de Chile. */ | |
/* */ | |
/* Fecha: Julio 2010 */ | |
/* Autor: Juan Pablo Aqueveque - juque.cl */ | |
-- | |
-- Comunas | |
-- | |
DROP TABLE IF EXISTS `comunas`; |