Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1e02d84
Merge pull request #25 from mithron/gh-pages
mithron Mar 3, 2015
0713a6f
Merge pull request #26 from mithron/gh-pages
mithron Mar 3, 2015
a13e130
docs
mithron Mar 3, 2015
6e1b40a
Update README.md
mithron Mar 3, 2015
2be0132
Merge pull request #27 from mithron/master
mithron Mar 3, 2015
486b484
speech fix
mithron Mar 3, 2015
147f513
fixed popup (made shorter)
mithron Mar 3, 2015
cdf4d01
Merge pull request #29 from mithron/speechkit
mithron Mar 3, 2015
8595f34
changed link to desc due to popup blocking
mithron Mar 4, 2015
25aab51
yearly labels for picharts
mithron Mar 5, 2015
d84032c
made label script to load async
mithron Mar 5, 2015
db84d5c
Merge pull request #30 from mithron/labels
mithron Mar 5, 2015
a230aaa
removed unused include
mithron Mar 5, 2015
5ddb01d
Merge branch 'master' into gh-pages
mithron Mar 5, 2015
6e04a3f
Merge pull request #31 from mithron/gh-pages
mithron Mar 5, 2015
93b5430
added direct urls handling like ?school=school_inn
mithron Mar 5, 2015
a01e398
Merge pull request #32 from mithron/direct_url
mithron Mar 5, 2015
a209e57
fixes and direct urls in school names
mithron Mar 5, 2015
39c4c1b
Merge pull request #34 from mithron/master
mithron Mar 5, 2015
afe6842
added label to understand what school is it.
mithron Mar 6, 2015
4ced711
Merge pull request #35 from mithron/labels
mithron Mar 6, 2015
167d903
added link to labels
mithron Mar 6, 2015
14d4f0e
Merge pull request #36 from mithron/labels
mithron Mar 10, 2015
e6b816c
added opengraph for facebook
mithron Mar 10, 2015
deaf52d
Merge pull request #37 from mithron/social2
mithron Mar 10, 2015
21fe7b9
shorter desc
mithron Mar 10, 2015
5e3f327
Merge pull request #38 from mithron/social2
mithron Mar 10, 2015
b42f100
get rid of href
mithron Mar 10, 2015
b8e26da
Merge pull request #39 from mithron/social2
mithron Mar 10, 2015
6a12f0b
added social buttons (can be blocked by adblock)
mithron Mar 10, 2015
8dabcd2
Merge pull request #40 from mithron/social2
mithron Mar 10, 2015
f4a3b6f
Merge pull request #41 from mithron/gh-pages
mithron Mar 10, 2015
f2112e6
check if direct link
mithron Mar 10, 2015
b5fd67f
speech off
mithron Mar 10, 2015
39ae786
text refactor
mithron Mar 10, 2015
4c3b5e2
big restructure for speedup
mithron Mar 10, 2015
b71e750
not working again. quick fix for direct urls
mithron Mar 11, 2015
496b8f3
more refactor and direct url degrad fix
mithron Mar 12, 2015
954ce74
script/css sources optimization
mithron Mar 12, 2015
bd31ef6
Update LICENSE
mithron Mar 12, 2015
895fad6
revert to local includes
mithron Mar 19, 2015
af9f013
Merge branch 'master' of https://github.com/mithron/opendatahack
mithron Mar 19, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Ivan
Copyright (c) 2015 Ivan Ignatyev, Ivan Savin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
54 changes: 54 additions & 0 deletions Leaflet.label/dist/leaflet.label.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
.leaflet-label {
background: rgb(235, 235, 235);
background: rgba(235, 235, 235, 0.81);
background-clip: padding-box;
border-color: #777;
border-color: rgba(0,0,0,0.25);
border-radius: 4px;
border-style: solid;
border-width: 4px;
color: #111;
display: block;
font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 1px 6px;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
white-space: nowrap;
z-index: 6;
}

.leaflet-label.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}

.leaflet-label:before,
.leaflet-label:after {
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: none;
position: absolute;
top: 5px;
}

.leaflet-label:before {
border-right: 6px solid black;
border-right-color: inherit;
left: -10px;
}

.leaflet-label:after {
border-left: 6px solid black;
border-left-color: inherit;
right: -10px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
content: "";
}
9 changes: 9 additions & 0 deletions Leaflet.label/dist/leaflet.label.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# opendatahack
#odd15 Moscow hackathon Moscow schools suppliers map
# Расходы школ Москвы

Extremely unstable. Consumes ALL of your memory. Loads for eternity.
But we are working on it...


If you still want to see it, go http://mithron.github.io/opendatahack/ or http://schools.mithron.me
If you want to see it, go http://schools.mithron.me .

Loading