Difference between revisions of "Hitchwiki:Maps"

From Hitchwiki
Jump to navigation Jump to search
 
(156 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Image:Maps_Badge.png|right]]New Maps will be published soon. There are still some little bugs'n'testing to do, so:
+
== Hitchmap.com ==
  
===[http://yoshi.mega2000.de/~simison/maps.hitchwiki.org/?page=beta Go ahead, try it!]===
+
[[User:Bob-|Bob]] built [[:hitchmap:|hitchmap.com]]. Anyone can add new spots! Around 50 new spots have already been added. Data is open, download link's in the bottom right corner.
  
You can do what ever you want to - try to crash it! Database will be reseted afterwards.
+
Source code is at https://github.com/bopjesvla/hitch
  
[http://github.com/MrTweek/maps.hitchwiki.org/ Sources @ GitHub]
+
Active discussion on the {{matrixchat}} in November 2022.
  
=Comments=
+
== Heatchmap ==
''So how did you like it?'' You can also comment [http://www.facebook.com/posted.php?id=133644853341506&share_id=167990209881312&comments=1#s167990209881312 on Facebook].
+
Using the data from the Hitchwiki-Map, there was one (the first) published for Europe [https://www.reddit.com/r/MapPorn/comments/bwf35p/hitchhiking_map_with_the_average_waiting_times_of/ on Reddit] in 2019 using the following method [https://abelblogja.wordpress.com/average-waiting-times-in-europe/ method].
  
  
 +
== Useful pointers ==
  
=Bugs=
+
* https://hitchwiki.org/dumps
'''Go and hunt 'em! And list them to here if you find any.'''
 
  
* Translations don't work in Hitchwiki server
+
* Store hitch spots on OpenStreetMap? https://wiki.openstreetmap.org/wiki/Proposed_features/Hitchhiking
  
* 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?
+
== To do ==
  
* 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
+
=== embedded maps on hitchwiki ===
  
* Country names in some languages needs some fixing
+
Would be nice to get this working again:
  
* Text area width can cut out with some browsers (Linking -popup)
+
<map lat='47' lng='1.5' zoom='5' view='0' height='320' country='France'/>
  
* Country mouse hover popups look funny (update local graphics for openlayers?)
 
  
* You can open same card multiple times
+
=== offline usage ===
  
* Cards don't close when opening new page
+
App that downloads the spots so you can use it offline.
 
+
Ideally also the whole of hitchwiki, of course.
* When opening a place with lots of comments (eg. http://yoshi.mega2000.de/~simison/maps.hitchwiki.org/?place=3266 ), the page might be too high and scrolls down a bit. At least with opera mac.
 
 
 
=TODO=
 
 
 
* Connect userlogin to the mediawiki login
 
** http://www.mediawiki.org/wiki/API:Login
 
** See lib/mediawiki_login.php - started something, but not connected to any functionality
 
** Combine with lib/login.php and /logout/ ?
 
 
* Move ajax-called .php's to their own directory from /lib/ - it's a bit messy. Maybe /lib/ajax/
 
 
 
* Widget
 
** /widget.php -> /widget/ - just nicer
 
** Show area by country
 
** Show link to the big map (permalink)
 
 
 
* 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
 
** Usually makes a big difference on login amounts
 
 
* 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.
 
 
 
 
 
==Ideas==
 
 
 
* Using a Google Street view API (check license)
 
 
 
* Showing [http://www.panoramio.com/ Panoramio] images
 
 
 
* 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. -[[User:Mikael|Mikael]]
 
*** Yeah, I think it's easier to stick to one user db. [[User:Guaka|guaka]] 19:37, 13 October 2010 (CEST)
 
 
 
* Pull data from Maps to the Wiki: public transportation, images, statistics...
 

Latest revision as of 13:37, 28 March 2023

Hitchmap.com

Bob built hitchmap.com. Anyone can add new spots! Around 50 new spots have already been added. Data is open, download link's in the bottom right corner.

Source code is at https://github.com/bopjesvla/hitch

Active discussion on the Matrix chat in November 2022.

Heatchmap

Using the data from the Hitchwiki-Map, there was one (the first) published for Europe on Reddit in 2019 using the following method method.


Useful pointers


To do

embedded maps on hitchwiki

Would be nice to get this working again:

<map lat='47' lng='1.5' zoom='5' view='0' height='320' country='France'/>


offline usage

App that downloads the spots so you can use it offline. Ideally also the whole of hitchwiki, of course.