koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
651 stars 125 forks source link

`config.server.port` still in use? #131

Closed ungoldman closed 9 years ago

ungoldman commented 9 years ago

Is config.server.port still being used by koop?

e.g.

I haven't been able to find any internal references to it in this repo. If it's just being used by express to define the port and not creating a secondary port for koop, it should be removed from documentation and samples.

chelm commented 9 years ago

:+1:

chelm commented 9 years ago

@ngoldman The config.server param is just telling express what port to use at startup. Its used at the "app" level, not the koop module level. So it makes sense to remove it from the default config in the module.

The documentation is a high priority of mine this week. First need to get the readme up-to-date and start work on over all koop docs that cover koop, providers and apps.