Difference between revisions of "Hitchwiki:Maps"

From Hitchwiki
Jump to navigation Jump to search
m
m
Line 41: Line 41:
  
 
* Serbia and some other orange countrybubbles go under Ghana, Africa. Some problems with coordinates in DB I guess.
 
* Serbia and some other orange countrybubbles go under Ghana, Africa. Some problems with coordinates in DB I guess.
 +
 +
* Links: Link for Hitchwiki always contains View=0, should be standard View=3 :)
  
 
=TODO=
 
=TODO=

Revision as of 22:18, 6 November 2010

New Maps will be published soon. There still are some bugs and testing to be done, so:

Go ahead, try it!

You can do what ever you want to - try to crash it! Database will be reset 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)
  • 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.
  • Links: Link for Hitchwiki always contains View=0, should be standard View=3 :)

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
  • Clickable usernames around the site
  • 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)
  • Internationalizing: enable right-to-left languages in CSS/headers. Enable search with funny languages.

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)
  • being able to add to / edit markers so we don't have to create a new marker for the same place if we wan't to add info - sure that's somewhere already, but couldn't find it.
  • just for reasons of patting one's own arse: would be cool if one could show the markers they added themselves - and no others.

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)
  • 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?
    • Moved it to near Nizhny -Mikael 13:26, 16 October 2010 (CEST)
  • Loading animation when changing public transport catalog -country?
  • Country mouse hover popups look funny (update local graphics for openlayers?)
  • Clicking in Statistics on a city name (e.g. Victoriaville, most spots!) search doesn't find it. Same with other cities.
    • Yeah, Geocoder is now broken, couldn't handle url-timeouts. Making it now much better... –Mikael 18:27, 16 October 2010 (CEST)
      • Fixed it. Now it's super cool and moves to next service if one is down or fails to give a result. =) -Mikael 00:21, 17 October 2010 (CEST)
  • Allow deleting your own waitingtimes
  • 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)
    • Of course people can still express themselfs in comments / rating. I was thinking to add same kind of distribution image about timings than there's about votes. -Mikael 15:55, 16 October 2010 (CEST)
      • Came up with something: combining both easy select and free-inputs. :-) Now there's "other" option in dropmenu and it allows you to put in timing in hours+minutes. -01:05, 18 October 2010 (CEST)