planetfederal / geogig-py

A Python library to use GeoGit
BSD 3-Clause "New" or "Revised" License
24 stars 14 forks source link

init with initParams needs to be updated to reflect current syntax #26

Closed jj0hns0n closed 10 years ago

jj0hns0n commented 10 years ago

The current syntax against geogit master looks like this

geogit init --config storage.objects=mongodb,storage.graph=mongodb,storage.staging=mongodb,mongodb.version=0.1,mongodb.database=mongo-test,mongodb.uri=mongodb://localhost:27017/

The library is still passing them like this

geogit init storage.graph mongodb mongodb.database mongo-test storage.staging mongodb storage.objects mongodb mongodb.version 0.1