Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Fix default tile layer attribution #369

Closed jbeezley closed 8 years ago

jbeezley commented 8 years ago

The tile url was not being set because it was using the wrong option name, so the OSM tile set was displayed with the mapbox attribution. This fix will only work for newly created layers.

Also, the mapbox tiles look somewhat nicer, but the response rate is much slower than the OSM server, so I think OSM makes for a better default.

danlamanna commented 8 years ago

LGTM