summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* First working version of routingsignalsGabriel Pérez-Cerezo2020-07-03
|
* Correctly handle TCB sides, prepare form for routing functionsGabriel Pérez-Cerezo2020-07-02
|
* add feature to show signals and their routesGabriel Pérez-Cerezo2020-07-02
|
* Add mouse coordinate display to bottom leftMarkus Koch2020-06-14
|
* Fix indentationMarkus Koch2020-06-11
|
* Fix button behavior in editorMarkus Koch2020-05-08
| | | | Stop event propagation of mouse up / down events.
* Add vector data only mode (map none)Markus Koch2020-05-06
|
* Add directions support through lifo-dijkstraservMarkus Koch2020-05-05
|
* Add waterway symbolsMarkus Koch2020-05-05
|
* Make street label collision flag a functionMarkus Koch2020-05-05
|
* Fix property name check in streetlabelsMarkus Koch2020-05-05
|
* Merge branch 'dev' of git.notsyncing.net:markus/lifomapserver into devMarkus Koch2020-05-02
|\
| * Extract categories, description, and thumbnail from rendered HTML pagesMarkus Koch2020-04-30
| |
* | Clean up links, open links in new tabMarkus Koch2020-04-27
|/
* Merge branch 'dev' of git.notsyncing.net:markus/lifomapserver into devMarkus Koch2020-04-27
|\
| * Ignore districts for nowMarkus Koch2020-04-26
| | | | | | | | | | They are not yet implemented on the map and would only clutter the map.
* | Add categories for markersMarkus Koch2020-04-27
|/ | | | | | This commit obsoletes the many fetch scripts and combines them into a single script, creating a single json, but with category information.
* Optimize font sizes for city outlinesMarkus Koch2020-04-26
|
* Add optional markers for direct location linksMarkus Koch2020-04-26
|
* Add script to update all Maps:-based jsonsMarkus Koch2020-04-26
|
* Update gitignore to exclude .json files in scripts/Markus Koch2020-04-26
|
* Move Maps:-based scripts to separate directoryMarkus Koch2020-04-26
|
* Properly quote in fetch scriptsMarkus Koch2020-04-26
|
* Trigger update_street_width functionality only on streetsMarkus Koch2020-04-26
|
* Give cities, towns, and villages different font sizesMarkus Koch2020-04-26
|
* Change title and footerMarkus Koch2020-04-25
|
* Correct instructionsMarkus Koch2020-04-25
|
* Fix restart through clearing the coordinate listMarkus Koch2020-04-25
|
* Press escape in the editor to stop drawingMarkus Koch2020-04-25
|
* Add editor stylingMarkus Koch2020-04-25
| | | | | | This function is only partially working atm. It only applies the style when resuming an existing dataset. When starting from scratch, the default style will be used.
* Fix search behaviorMarkus Koch2020-04-25
| | | | | | | Before, it was always searching for the current term without the last entered (or with the last deleted) character. This behavior is fixed now. Also, an empty query will now match (hopefully) nothing instead of everything.
* Fix coordinate order on popover, clean up resolve_latlngMarkus Koch2020-04-25
|
* Add city outline fetcher scriptMarkus Koch2020-04-25
|
* Remove necessity for php tile resolution scriptMarkus Koch2020-04-25
| | | | | The conversion script now generates a proper directory structure with z/y/x coords in the path.
* Add tile ID conversion php fileMarkus Koch2020-04-25
|
* Clean upMarkus Koch2020-04-25
|
* Add polygons (city outlines) to search resultsMarkus Koch2020-04-25
|
* Add basic support for city outlinesMarkus Koch2020-04-25
| | | | | | | | | | Use with load_geojson( "Cities (outline, demo)", "./geojson/cities_demo.json", "outline", "black", 1, style_outlines);
* Add editor mode for polygonsMarkus Koch2020-04-20
|
* Fix searh for terms and results including HTML charsMarkus Koch2020-04-20
|
* Update street width depending on zoom levelMarkus Koch2020-04-20
|
* Render labels for polygonsMarkus Koch2020-04-20
|
* Do not show label on path for polygonsMarkus Koch2020-04-20
|
* Scale street labels depending on zoom levelMarkus Koch2020-04-20
|
* Automatically disable anti-aliasing on high zoom levelsHEADmasterMarkus Koch2020-04-20
|
* Remove debug codeMarkus Koch2020-04-19
|
* Highlight search result streets in redMarkus Koch2020-04-19
|
* Add street names to searchMarkus Koch2020-04-19
|
* Import L.LabelTextCollision.js and ctxtextpath.js into repoMarkus Koch2020-04-19
|
* editor: Center on object after loading new coordsMarkus Koch2020-04-19
|