Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | htdocs: Update currently available tilemaps | Markus Koch | 2021-02-26 |
| | |||
* | htdocs: Add trainlines to geojson list | Markus Koch | 2021-02-26 |
| | |||
* | htdocs: Add trainline support | Markus Koch | 2021-02-26 |
| | |||
* | htdocs: Fix dependencies | Markus Koch | 2021-02-26 |
| | |||
* | htdocs: Update title to include [beta] | Markus Koch | 2021-02-26 |
| | |||
* | Merge branch 'dev' of git.notsyncing.net:markus/lifomapserver into dev | Markus Koch | 2021-02-26 |
|\ | |||
| * | Removing leading <br> paragraph | Markus Koch | 2021-02-09 |
| | | | | | | | | Technically, this is an error in the data (aka MediaWiki), but w/e... | ||
* | | Update to latest lifo-dijkstraserv | Markus Koch | 2021-02-26 |
|/ | | | | Trainlines update. | ||
* | Update to the latest version of lifo-dijkstraserv | Markus Koch | 2021-02-04 |
| | |||
* | Add mouse coordinate display to bottom left | Markus Koch | 2020-06-14 |
| | |||
* | Fix indentation | Markus Koch | 2020-06-11 |
| | |||
* | Fix button behavior in editor | Markus Koch | 2020-05-08 |
| | | | | Stop event propagation of mouse up / down events. | ||
* | Add vector data only mode (map none) | Markus Koch | 2020-05-06 |
| | |||
* | Add directions support through lifo-dijkstraserv | Markus Koch | 2020-05-05 |
| | |||
* | Add waterway symbols | Markus Koch | 2020-05-05 |
| | |||
* | Make street label collision flag a function | Markus Koch | 2020-05-05 |
| | |||
* | Fix property name check in streetlabels | Markus Koch | 2020-05-05 |
| | |||
* | Merge branch 'dev' of git.notsyncing.net:markus/lifomapserver into dev | Markus Koch | 2020-05-02 |
|\ | |||
| * | Extract categories, description, and thumbnail from rendered HTML pages | Markus Koch | 2020-04-30 |
| | | |||
* | | Clean up links, open links in new tab | Markus Koch | 2020-04-27 |
|/ | |||
* | Merge branch 'dev' of git.notsyncing.net:markus/lifomapserver into dev | Markus Koch | 2020-04-27 |
|\ | |||
| * | Ignore districts for now | Markus Koch | 2020-04-26 |
| | | | | | | | | | | They are not yet implemented on the map and would only clutter the map. | ||
* | | Add categories for markers | Markus Koch | 2020-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 outlines | Markus Koch | 2020-04-26 |
| | |||
* | Add optional markers for direct location links | Markus Koch | 2020-04-26 |
| | |||
* | Add script to update all Maps:-based jsons | Markus Koch | 2020-04-26 |
| | |||
* | Update gitignore to exclude .json files in scripts/ | Markus Koch | 2020-04-26 |
| | |||
* | Move Maps:-based scripts to separate directory | Markus Koch | 2020-04-26 |
| | |||
* | Properly quote in fetch scripts | Markus Koch | 2020-04-26 |
| | |||
* | Trigger update_street_width functionality only on streets | Markus Koch | 2020-04-26 |
| | |||
* | Give cities, towns, and villages different font sizes | Markus Koch | 2020-04-26 |
| | |||
* | Change title and footer | Markus Koch | 2020-04-25 |
| | |||
* | Correct instructions | Markus Koch | 2020-04-25 |
| | |||
* | Fix restart through clearing the coordinate list | Markus Koch | 2020-04-25 |
| | |||
* | Press escape in the editor to stop drawing | Markus Koch | 2020-04-25 |
| | |||
* | Add editor styling | Markus Koch | 2020-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 behavior | Markus Koch | 2020-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_latlng | Markus Koch | 2020-04-25 |
| | |||
* | Add city outline fetcher script | Markus Koch | 2020-04-25 |
| | |||
* | Remove necessity for php tile resolution script | Markus Koch | 2020-04-25 |
| | | | | | The conversion script now generates a proper directory structure with z/y/x coords in the path. | ||
* | Add tile ID conversion php file | Markus Koch | 2020-04-25 |
| | |||
* | Clean up | Markus Koch | 2020-04-25 |
| | |||
* | Add polygons (city outlines) to search results | Markus Koch | 2020-04-25 |
| | |||
* | Add basic support for city outlines | Markus Koch | 2020-04-25 |
| | | | | | | | | | | Use with load_geojson( "Cities (outline, demo)", "./geojson/cities_demo.json", "outline", "black", 1, style_outlines); | ||
* | Add editor mode for polygons | Markus Koch | 2020-04-20 |
| | |||
* | Fix searh for terms and results including HTML chars | Markus Koch | 2020-04-20 |
| | |||
* | Update street width depending on zoom level | Markus Koch | 2020-04-20 |
| | |||
* | Render labels for polygons | Markus Koch | 2020-04-20 |
| | |||
* | Do not show label on path for polygons | Markus Koch | 2020-04-20 |
| | |||
* | Scale street labels depending on zoom level | Markus Koch | 2020-04-20 |
| |