Finally on track with #kod100
I am running the project for real with #kod100. Uses as mentioned earlier [Leaflet.js](http://leafletjs.com/) which handles [OpenStreetMap](http://www.openstreetmap.org/), [Javascript Geolocation](http://dev.w3.org/geo/api/spec-source.html) for the coordinates in the browser and [Sinatra](http://www.sinatrarb.com/) (DSL) for backend. Have also managed to deploy to Heroku. The address of the project are: [http://event-city.herokuapp.com](http://event-city.herokuapp.com) Right now the website shows only current location on the map. I have started to simulate data to test that the map will be able to show the data that I want. Will run it as a separate branch, I think. The aim of the day was to get in order Sinatra and Leaflet.js to work together. I'm almost there. Encountered, however, problems with Geolocation. It does not work well with iOS 6.1. Is apparently a bug, I think? It'll go and fix with a workaround. We'll see how it goes.









