nodetiles / nodetiles-core

Render Leaflet compatible map tiles and UTFGrids using node-canvas on Heroku
BSD 3-Clause "New" or "Revised" License
47 stars 22 forks source link

Tests should verify Proj4 is being used/not used in Projector #61

Closed Mr0grog closed 11 years ago

Mr0grog commented 11 years ago

Given the issue uncovered in 6abf0fbef9d35b0a4925f49397d47e49ec20cffd, we should have tests that ensure Proj4 is being used or not used as appropriate.

Mr0grog commented 11 years ago

Went ahead and did this as part of #60 like I should have.