summaryrefslogtreecommitdiff
path: root/htdocs/mapscript.js
Commit message (Collapse)AuthorAge
* 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
|
* Clean up links, open links in new tabMarkus Koch2020-04-27
|
* 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
|
* 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
|
* 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
|
* 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.
* 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);
* 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
|
* 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
|
* Fix x/y axis in get_current_location_strMarkus Koch2020-04-19
|
* Fix typoMarkus Koch2020-04-19
|
* Only display search resultsMarkus Koch2020-04-19
|
* Fix Firefox compatibility once moreMarkus Koch2020-04-19
|
* Fix x/y swap in jump_to functionMarkus Koch2020-04-19
|
* Fix x/y axis in goto commandMarkus Koch2020-04-19
|
* Fix goto function in editor modeMarkus Koch2020-04-19
|
* Implement basic searchMarkus Koch2020-04-19
|
* Improve location historyMarkus Koch2020-04-19
| | | | | | | | Before, script initiated moves would mess with the history through hash updates partway through the move. This commit fixes this behavior by checking for a human source.
* Center map on marker when clicking itMarkus Koch2020-04-19
|
* Add jump-to-coordinates feature and location historyMarkus Koch2020-04-19
|
* Improve center-on-block featureMarkus Koch2020-04-19
| | | | | | | | | | | | | 6284c9d8b45b4df112326c23037a5c7c2e0b89d0 introduced a feature to center coordinate data on blocks by shifting the actual waypoints. The problem with that approach is that it actually changes the coordinates returned by any subsequent query to that geojson entry, leading to coordinates like [0.5, 0.5] instead of [0, 0]. This commit removes the old translation code and instead shifts the entire map. This means waypoints are still correct, and only the visuals are affected. The correctness of new coordinate mapping has been verified in-game and using the origin marker.
* Center markers etc. on blockMarkus Koch2020-04-18
| | | | | Before, markers were set to the bottom left corner of a block. Now, it is nicely centered even on high zoom levels.
* Add streets GeojsonMarkus Koch2020-04-17
|
* Fail Geojson load silentlyMarkus Koch2020-04-17
|
* Add street editorMarkus Koch2020-04-17
| | | | Accessible by setting ?editor
* backend: Add support for streetsMarkus Koch2020-04-17
|
* Fix formattingMarkus Koch2020-04-17
|
* unify fetch scripts, add a lot more categoriesGabriel Pérez-Cerezo2020-04-15
|
* Fixed typoGabriel Pérez-Cerezo2020-04-15
|
* Fancy icons, shops, stationsGabriel Pérez-Cerezo2020-04-15
Added fancy actions (TODO: include script to install) * added fetcher script for shops * added fetcher script for stations * fixed thumbnails