kenyee / meteor-demo-parties-openlayers

Modified version of Meteor.js' Parties Sample web site that stores Party locations in GPS coordinates instead of screen coordinates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meteor-demo-parties-openlayers

This is a modified version of Meteor.js' Parties Example.

It was modified to:

  • use OpenLayers for the live map instead of using a static image that is read from OpenStreetMaps
  • use OpenLayers Markers instead of D3.js so real GPS coordinates could be stored instead of screen coordinates

so it could be used to test an Android DDP library (to interact with the party data) and sample app that acts as a Native Android client to this web site.

This application is also live at demoparties.meteor.com

Bugs

There seems to be a bug in OpenLayers if the callout/popup marker info is above the marker after you drag the map...it goes flicker crazy and you can't click ont the marker. If the callout is below the marker after a drag, this problem doesn't occur.

About

Modified version of Meteor.js' Parties Sample web site that stores Party locations in GPS coordinates instead of screen coordinates

License:MIT License


Languages

Language:CSS 55.5%Language:JavaScript 44.5%