[Tile-serving] [osm2pgsql] Add area reprojection facility (#454)
Paul Norman
notifications at github.com
Sat Oct 3 00:16:02 UTC 2015
> +
> +void test_area_latlon() {
> + test_area_base(true, false, 6.66e-1);
> +}
> +
> +void test_area_latlon_with_reprojection() {
> + test_area_base(true, true, 6.66e+10);
> +}
> +
> +int main(int argc, char *argv[]) {
> + RUN_TEST(test_area_latlon);
> + RUN_TEST(test_area_classic);
> + RUN_TEST(test_area_latlon_with_reprojection);
> + return 0;
> +}
> +
This looks like an extra endline in the file, but github might be confusing me
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/454/files#r41080409
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151002/fba0e527/attachment.html>
More information about the Tile-serving
mailing list