Skip to content

core

Latest
Compare
Choose a tag to compare
@olexandr7 olexandr7 released this 08 Jan 20:25
· 13 commits to master since this release

Core functionality implemented.

  • Interactive map built around LeafletJS, CartoDB tiles
  • Real-time clusterization with PruneCluster
  • Table data pagination with will_paginate
  • Markers are stored in PostgreSQL database
  • CRUD operations for Markers through Admin interface
  • Access to Admin interface is protected by HTTP Basic authentication (login/passw: admin/secret)
  • Geocoding search via OpenStreetMap Nominatim tool (Leaflet Control OSM Geocoder)