You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Repo for programs, apps. [See the repo](https://github.com/answerquest/answerque
16
16
17
17
[Playback of GPS data of multiple buses](https://answerquest.github.io/GPSPlayback/)
18
18
19
-
[Bus Stops and Routes Manager](http://nikhilvj.co.in/busroutes/): A prototype for interlinking of two types of databases to each other inside wordpress platform, and having a possibility for creating a GTFS feed creator.
20
19
21
20
[Words Replacer](words-replacer.html): Ctrl+H on steroids. Make a range of word/phrase replacements on a text sequentially.
22
21
@@ -42,3 +41,5 @@ Ubuntu: `for f in *.csv; do cat "$f" >> all.txt; echo "">> all.txt; done`
42
41
[Simple location picker](leaflet-center-location-picker.html) like Ola/Uber where you move the map around and the marker is the map's center.
43
42
44
43
[Draw](draw.html) : Draw shapes on a map, and then export your work in geojson shapefile format.
44
+
45
+
[leaflet-painting](http://nikhilvj.co.in/files/leaflet-painting/leaflet-painting.html) : Using leaflet tech to make zoomable maps of large images. Can be used for curating, digital tours of art pieces or any image which is large in size but has intricate details.
0 commit comments