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 lamson import server, routing, utils | |
import sys, os | |
import logging | |
settings = utils.make_fake_settings('127.0.0.1', 8825) | |
settings.receiver.start() |
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
# On OSX, this Imposm file is found at: /Library/Python/2.7/site-packages/imposm/db/postgis.py. YMMV | |
# Hack basically comments out all the elements relating to modifying the geometry_columns table. | |
# In PostGIS 2.0 this is a view and handled transparently. | |
# Copyright 2011 Omniscale (http://omniscale.com) | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# |