Created
          July 8, 2015 12:38 
        
      - 
      
- 
        Save yohanboniface/a00c1c818a40920ab222 to your computer and use it in GitHub Desktop. 
    Kosmtik localconfig for osm-bright
  
        
  
    
      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
    
  
  
    
  | /* globals exports */ | |
| exports.LocalConfig = function (localizer, project) { | |
| localizer.where('Layer').if({'Datasource.type': 'postgis'}).then({ | |
| 'Datasource.dbname': 'idf', | |
| 'Datasource.password': '', | |
| 'Datasource.user': 'ybon', | |
| 'Datasource.host': '' | |
| }); | |
| localizer.where('Layer').if({id: 'ne_places'}).then({'Datasource.file': '/home/ybon/Code/maps/osm-bright/osm-bright/data/ne_places/10m-populated-places-simple.shp'}); | |
| }; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment