Code4HR / localart

An HTML5 mobile app for navigating & browsing locations of public art, architecture, and culture in Norfolk, VA.
http://iartnorfolk.com
GNU General Public License v3.0
5 stars 5 forks source link

Artsy Tiles #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

We discussed with @jonahadkins at our last hack night about how to use a new tileset for iArtNorfolk, and I wanted to start this issue for notes about how to go about this, along with tracking progress on implementing these artsy tiles.

jonahadkins commented 10 years ago

I'm in the process of creating some mbtiles for that area which we can serve with either this or this . I won't be at the meetup tonight - but ill be available during from my house, feel free to ping me. Ill fork up the mbtiles once they are done. Also github selfies selfie-0

qwo commented 10 years ago

awesome! :thumbsup:

On Wed, Aug 6, 2014 at 7:42 PM, Jonah Adkins notifications@github.com wrote:

I'm in the process of creating some mbtiles for that area which we can serve with either this https://github.com/chelm/mbtiles-server or this https://github.com/mapbox/tilestream . I won't be at the meetup tonight

— Reply to this email directly or view it on GitHub https://github.com/c4hrva/norfolkart/issues/25#issuecomment-51378210.


NOTE: This message was trained as non-spam. If this is wrong, please correct the training as soon as possible. Spam https://www.spamtrap.odu.edu/canit/b.php?i=02MzuGyXR&m=88ebc848ec26&t=20140806&c=s Not spam https://www.spamtrap.odu.edu/canit/b.php?i=02MzuGyXR&m=88ebc848ec26&t=20140806&c=n Forget previous vote https://www.spamtrap.odu.edu/canit/b.php?i=02MzuGyXR&m=88ebc848ec26&t=20140806&c=f

Stanley Zheng @stanzheng http://twitter.com/stanzheng

ghost commented 10 years ago

Sweet, so we should have a norfolkart-tiles repo for the tile server to link up with Heroku... regarding mbtiles-server, I want to, but a lack of license means it falls under the proprietary header, so we'd probably go with your TileStream or TileStache suggestions, since, while I don't prefer it, NewBSD at least counts as free software and has GPL-compatibility, so we can use either.

jonahadkins commented 10 years ago

Totes.

ghost commented 10 years ago

Created. Just need to get a Heroku instance going now.

ghost commented 10 years ago

You can commit your map tiles under the tiles directory at that repo when you're ready for them. :smiley:

jonahadkins commented 10 years ago

Finding some cool repos with people using gh-pages to serve tiles, is this an option --

example 1 example 2