Commit graph

79 commits

Author SHA1 Message Date
Arne Schlüter
06b2dd9e47 Fix filter logic 2015-02-08 18:13:04 +01:00
Arne Schlüter
c6e9f5231c Add oms.min to versioning 2015-02-08 18:02:50 +01:00
Arne Schlüter
54de3afc00 Use OverlappingMarkerSpiderfier 2015-02-08 17:13:25 +01:00
Arne Schlüter
d7d78b7fc4 Use div icons instead of circleMarkers 2015-02-08 16:53:00 +01:00
Arne Schlüter
29e4d599c1 Merge branch 'master' of github.com:aesthaddicts/OpenData 2015-02-08 15:49:05 +01:00
Joshua Widmann
b94a7ff409 fixed noncategorized filter 2015-02-08 15:47:45 +01:00
Arne Schlüter
792f8f9447 Rewrite marker show and hide logic 2015-02-08 15:44:00 +01:00
Arne Schlüter
fcf57354a2 Add encoding and language 2015-02-08 14:50:33 +01:00
Arne Schlüter
07f80c0a3f Put out linebreaks in popups 2015-02-08 12:00:37 +01:00
Arne Schlüter
021afeb4a0 Make sure the category legend is always readable 2015-02-08 11:42:53 +01:00
Arne Schlüter
04999978dc Make sure popups at the borders can still be displayed correctly and closed 2015-02-08 11:36:53 +01:00
Arne Schlüter
b606226d99 Chain chain 2015-02-08 11:31:07 +01:00
Arne Schlüter
7bf461d097 Implement filter by year 2015-02-08 11:28:30 +01:00
Arne Schlüter
a2b6e437d4 Refactor visualization into separate class 2015-02-08 10:51:18 +01:00
Arne Schlüter
2229d548b5 Refactor the color module 2015-02-08 09:58:07 +01:00
Arne Schlüter
384e9adbd7 Use JSPM for frontend JS modules 2015-02-08 09:49:17 +01:00
Arne Schlüter
19dc2a91a1 Mix colors when in multiple categories 2015-02-07 22:51:28 +01:00
Arne Schlüter
2ee455d3c4 Return uncategorized incidents as well 2015-02-07 21:58:28 +01:00
Arne Schlüter
c186275bdb Implement filter logic 2015-02-07 21:37:11 +01:00
Arne Schlüter
611b97510b Restrict viewable map area area 2015-02-07 21:09:37 +01:00
Arne Schlüter
952f9aee96 Remove bower 2015-02-07 21:08:16 +01:00
Arne Schlüter
589d3f6ae9 Pointer event fix so the links receive hovers and clicks again 2015-02-07 20:57:15 +01:00
Arne Schlüter
a30ad1fc1c Add and style category filter 2015-02-07 20:41:37 +01:00
Arne Schlüter
41d831b542 Yay! 2015-02-07 19:42:13 +01:00
Arne Schlüter
eb5441876a Merge branch 'arne' 2015-02-07 19:22:23 +01:00
Arne Schlüter
c16ba027ec Remove unused API methods 2015-02-07 19:22:20 +01:00
Arne Schlüter
7a961b9fc5 Massage the API response to look like what we want 2015-02-07 19:22:01 +01:00
Arne Schlüter
856cb0550a Fix gitignore to new folder paths 2015-02-07 19:21:37 +01:00
Arne Schlüter
7846dad0a8 Return only the best place for each article 2015-02-07 19:14:13 +01:00
Joshua Widmann
677a839012 get all articles using sqlite3 2015-02-07 18:49:51 +01:00
Arne Schlüter
c75a34c250 Add year picker 2015-02-07 18:45:10 +01:00
Arne Schlüter
155874f689 Set up serving of index.html and assets 2015-02-07 17:55:47 +01:00
Arne Schlüter
da39c6b9dc Remove unused model strinigfication 2015-02-07 17:38:48 +01:00
Arne Schlüter
705472c9dc Add more server APIs 2015-02-07 17:37:27 +01:00
Arne Schlüter
13791c0599 Add API for location 2015-02-07 17:23:43 +01:00
Arne Schlüter
c09a1d78a2 Use list of german nouns before geocoding 2015-02-07 14:53:27 +01:00
Arne Schlüter
9cbff4aa30 Add potentially interesting statistics 2015-02-07 14:53:09 +01:00
Arne Schlüter
430dda0cc6 Add TODO note about improvement to locator.py 2015-01-18 21:05:54 +01:00
Arne Schlüter
872d7b219d Improve query to the google maps geocoding api 2015-01-18 20:55:47 +01:00
Arne Schlüter
b229e1a6c4 Add category to the database 2015-01-18 11:56:25 +01:00
Arne Schlüter
24ffdeb1ec Add niceness and log output to the geocoding 2015-01-18 11:22:07 +01:00
Arne Schlüter
cb0175a7b7 Move geocoding to Google API 2015-01-17 19:12:09 +01:00
Arne Schlüter
13ac77b575 Improve urlencoding of location query 2015-01-17 17:48:39 +01:00
Arne Schlüter
41f2afcc12 Merge branch 'place_extraction'
Conflicts:
	analyze.py
2015-01-17 17:38:41 +01:00
Joshua Widmann
309cd191af Function to get longitude and latitude from certain query to OSM. 2015-01-17 17:37:18 +01:00
Arne Schlüter
492ea184bc Fix POS-tuple cleanup 2015-01-17 17:36:14 +01:00
Arne Schlüter
adb0252130 Fix bug so one potential place following another directly is also matched 2015-01-17 17:12:10 +01:00
Arne Schlüter
73dee66d16 Look at title and text separately 2015-01-17 16:27:53 +01:00
Arne Schlüter
b85c84139b Start with improving the place results 2015-01-17 15:57:51 +01:00
Arne Schlüter
8e6032be3a Start messing around with part of speech tagging 2015-01-17 15:15:51 +01:00