Hitchwiki:Maps

From Hitchwiki
Revision as of 11:34, 16 October 2010 by Platschi (talk | contribs)
Jump to navigation Jump to search

New Maps will be published soon. There are still some little bugs'n'testing to do, so:

Go ahead, try it!

You can do what ever you want to - try to crash it! Database will be reseted afterwards.

Sources @ GitHub

Comments

So how did you like it? You can also comment on Facebook.


Bugs

Go and hunt 'em! And list them to here if you find any.

  • Translations don't work in Hitchwiki server
  • JS doesn't find where orange cursor is on 2nd attempt when adding new place
    • 1) Click add place
    • 2) JS finds coordinates and gives you an address for the place where cursor is
    • 3) Close adding place
    • 4) Click again add place
    • 5) Now it doesn't find
  • "Hitchability: Unknown • (1 vote)" - and what is this one vote in here then?
  • Dragging'n'dropping orange "add place" -cursor gets disabled randomly(?)
  • When adding place as an event, popup calendar of date-inputs can go too much to the right and cut out from the screen
  • Country names in some languages needs some fixing
  • Text area width can cut out with some browsers (Linking -popup)
  • Country mouse hover popups look funny (update local graphics for openlayers?)
  • You can open same card multiple times
  • Cards don't close when opening new page
  • When opening a place with lots of comments (eg. place 3266 ), the page might be too high and scrolls down a bit. At least with opera mac.
  • Serbia and some other orange countrybubbles go under Ghana, Africa. Some problems with coordinates in DB I guess.
  • Russian bubble appears somewhere in the far middle-of-nowhere east of the country, whereas 99% of spots are located at the European part of Russia. Maybe possible to manually set this bubble to appear e.g. near Moscow?

TODO

  • Connect userlogin to the mediawiki login
  • More map layers (openlayers supports them, but it's been a bit tricky to get them to work properly)
    • Google Satellite
    • Google Maps
    • MS Virtual Earth (they've got more roads for some countries compared to Google/OSM)
    • (Yahoo?)
  • Widget [1]
    • /widget.php -> /widget/ - just nicer
    • Show area by country
    • Show link to the big map (permalink)
    • Don't show empty description bubbles (show "write a description" instead)
  • Download
    • Downloading KML-format files from Download
    • Zipped downloads (gzm)
    • Count of markers in the world
    • Count of markers in the visible map area
  • FB-connect
  • Spam protection
    • We're already saving IP's and timestamps
  • Allowing users to write translated descriptions HTML/JS mostly done, just API backend TODO.
  • Allow users to edit descriptions
  • Allow deleting your own waitingtimes
  • Clickable usernames around the site
  • Loading animation when changing public transport catalog -country?
  • Pagination for comments, users etc.
  • Not neccessarily a bug, but setting Show markers after zoom level to 1 - Contintent level is not really helpfull except if you try to crash it
    • Yea, true, that's useless functionality. Though it's kinda cool how openlayers can manage over 3000 markers on the map and still it runs surprisingly easily on my browser. Google Maps can't handle even 300 markers without serious struggle. This, anyway, isn't too high prio. change to do. -Mikael 10:53, 15 October 2010 (CEST)


Ideas

  • Using a Google Street view API (check license)
  • Showing photos added to Hitchwiki
  • Adding photos to a place?
  • Show links to infopages about public transportation in city
  • If using FB-Connect, why not OpenID like on hitchwiki? :)
    • I know only how to implement FB-connect. But sure OpenID also. ;-) Anyway we need to look how we'll do this, maybe allowing registerations trough MediaWiki would be the best solution and then just using user-db for extra settings in Maps. -Mikael
      • Yeah, I think it's easier to stick to one user db. guaka 19:37, 13 October 2010 (CEST)
        • Got any spare time to look into a MediaWiki login api? ;-) Should be easy to integrate. -Mikael 20:29, 13 October 2010 (CEST)
  • Pull data from Maps to the Wiki: public transportation, images, statistics...
  • click on the number of places in the country = zoom in to this country
    • I was gonna do this already before, but didn't figure out how to seperate events "select marker by click" and "select on hover". So it's gonna be either one. Now I prefer to show bubbles. -Mikael 00:37, 16 October 2010 (CEST)
  • may be a good idea not to calculate the average of waiting times for each spot, but to calculate the median to normalize extremes. don't know if this is possible and if you save all values on the database or just average and number of votes...
    • It now simply returns an average from all saved waitingtimes, so that 15m + 5min + 4h returns 1h 27min. But there's a log you can check for details (click "x experiences"). If anybody can come up with better logic for this, lemme know. -Mikael 12:50, 15 October 2010 (CEST)
  • Waiting time: Well, max 4 hours of waiting seems optimistic, but there is a spot where I waited (3 times) between 8 and 10 hours. How to add these? If I choose 4h, travelers might be disappointed ;) It might be more useful to find a better way to add time, maybe a box that clearly gives the hitchhiker the possibility to choose hour and minutes, though that can be more difficult than just picking a number of out a box. --Platschi 11:34, 16 October 2010 (CEST)

TODO History

  • Move ajax-called .php's to their own directory from /lib/ - it's a bit messy now when everything is there. Maybe /lib/ajax/
    • Maybe just /ajax/ - then /lib/.htaccess can have deny from all. guaka 15:44, 15 October 2010 (CEST)
      • Done.-Mikael 20:09, 15 October 2010 (CEST)