]> ToastFreeware Gitweb - philipp/winterrodeln/mediawiki_extensions/wrmap.git/log
philipp/winterrodeln/mediawiki_extensions/wrmap.git
22 months agoIgnore auto-generated files.
Philipp Spitzer [Fri, 27 Oct 2023 09:21:43 +0000 (11:21 +0200)]
Ignore auto-generated files.

22 months agoChange parameter imSize of OpenLayer Icon to size.
Philipp Spitzer [Fri, 27 Oct 2023 09:20:19 +0000 (11:20 +0200)]
Change parameter imSize of OpenLayer Icon to size.

22 months agoFurther reduce TypeScript warnings.
Philipp Spitzer [Fri, 27 Oct 2023 09:13:53 +0000 (11:13 +0200)]
Further reduce TypeScript warnings.

22 months agoReduce number of TypeScript warnings.
Philipp Spitzer [Fri, 27 Oct 2023 08:44:34 +0000 (10:44 +0200)]
Reduce number of TypeScript warnings.

22 months agoAvoid deprecated jquery function.
Philipp Spitzer [Thu, 26 Oct 2023 21:22:25 +0000 (23:22 +0200)]
Avoid deprecated jquery function.

22 months agoRemove unnecessary comment.
Philipp Spitzer [Thu, 26 Oct 2023 21:20:53 +0000 (23:20 +0200)]
Remove unnecessary comment.

22 months agoDon't need the timeout anymore.
Philipp Spitzer [Thu, 26 Oct 2023 21:15:48 +0000 (23:15 +0200)]
Don't need the timeout anymore.

22 months agoAuto-generate CSS as well.
Philipp Spitzer [Thu, 26 Oct 2023 21:13:02 +0000 (23:13 +0200)]
Auto-generate CSS as well.

22 months agoOpenLayers 8.1.0 is now used successfully.
Philipp Spitzer [Thu, 26 Oct 2023 21:00:57 +0000 (23:00 +0200)]
OpenLayers 8.1.0 is now used successfully.

22 months agoWe can successfully create an empty OpenLayers Map.
Philipp Spitzer [Thu, 26 Oct 2023 15:00:46 +0000 (17:00 +0200)]
We can successfully create an empty OpenLayers Map.

22 months agoFine-tuning of tsconfig.json to avoid an import warning.
Philipp Spitzer [Thu, 26 Oct 2023 14:47:02 +0000 (16:47 +0200)]
Fine-tuning of tsconfig.json to avoid an import warning.

22 months agopackage-lock.json being used.
Philipp Spitzer [Thu, 26 Oct 2023 14:37:40 +0000 (16:37 +0200)]
package-lock.json being used.

22 months ago"Hello world" now also works with import.
Philipp Spitzer [Thu, 26 Oct 2023 14:37:23 +0000 (16:37 +0200)]
"Hello world" now also works with import.

22 months agoSingle file "hello world" with vite works now.
Philipp Spitzer [Thu, 26 Oct 2023 10:14:52 +0000 (12:14 +0200)]
Single file "hello world" with vite works now.

22 months agoSave wrmap.js as Typescript.
Philipp Spitzer [Wed, 25 Oct 2023 19:58:11 +0000 (21:58 +0200)]
Save wrmap.js as Typescript.

22 months agoHello world typescript program.
Philipp Spitzer [Wed, 25 Oct 2023 19:53:08 +0000 (21:53 +0200)]
Hello world typescript program.

22 months agoCreate readme.md file.
Philipp Spitzer [Wed, 25 Oct 2023 19:51:25 +0000 (21:51 +0200)]
Create readme.md file.

22 months agoAuto-generated tsconfig.json by tsc --init (tsc version 5.2.2).
Philipp Spitzer [Wed, 25 Oct 2023 19:34:40 +0000 (21:34 +0200)]
Auto-generated tsconfig.json by tsc --init (tsc version 5.2.2).

22 months agoAdd a tsconfig.json file.
Philipp Spitzer [Sun, 22 Oct 2023 20:53:28 +0000 (22:53 +0200)]
Add a tsconfig.json file.

22 months agoDelay rendering map as otherwise it is not shown in sections collapsed by MobileFrontend.
Philipp Spitzer [Sun, 22 Oct 2023 10:22:24 +0000 (12:22 +0200)]
Delay rendering map as otherwise it is not shown in sections collapsed by MobileFrontend.

22 months agoReoder the required scripts.
Philipp Spitzer [Sun, 22 Oct 2023 09:53:39 +0000 (11:53 +0200)]
Reoder the required scripts.

22 months agoUpdate URL to Trac server.
Philipp Spitzer [Sun, 22 Oct 2023 09:53:10 +0000 (11:53 +0200)]
Update URL to Trac server.

2 years agoIgnore .vscode
Philipp Spitzer [Fri, 7 Jul 2023 20:23:00 +0000 (22:23 +0200)]
Ignore .vscode

2 years agoWrMapDOMElement::appendText might also be called with NULL.
Philipp Spitzer [Thu, 18 May 2023 20:30:15 +0000 (22:30 +0200)]
WrMapDOMElement::appendText might also be called with NULL.

2 years agoUse ILoadBalancer::getConnection() instead of deprecated wfGetDB().
Philipp Spitzer [Thu, 18 May 2023 12:47:14 +0000 (14:47 +0200)]
Use ILoadBalancer::getConnection() instead of deprecated wfGetDB().

2 years agoAs announced at https://basemap.at/ on 2023-04-05, the URLs of the services need...
Philipp Spitzer [Thu, 18 May 2023 12:31:40 +0000 (14:31 +0200)]
As announced at https://basemap.at/ on 2023-04-05, the URLs of the services need to be changed.

2 years agoRemove linter warnings.
Philipp Spitzer [Thu, 18 May 2023 12:27:37 +0000 (14:27 +0200)]
Remove linter warnings.

2 years agoReplace removed function fetchRow().
Philipp Spitzer [Thu, 18 May 2023 11:20:18 +0000 (13:20 +0200)]
Replace removed function fetchRow().

2 years agoReplace removed global $wgContLang.
Philipp Spitzer [Thu, 18 May 2023 10:54:12 +0000 (12:54 +0200)]
Replace removed global $wgContLang.

2 years agoReplace removed function wfFindFile.
Philipp Spitzer [Thu, 18 May 2023 10:53:37 +0000 (12:53 +0200)]
Replace removed function wfFindFile.

2 years agoAdd type annotations to function wikipage_to_image.
Philipp Spitzer [Thu, 18 May 2023 10:52:29 +0000 (12:52 +0200)]
Add type annotations to function wikipage_to_image.

2 years agoUse new URL of geojson in comment.
Philipp Spitzer [Thu, 18 May 2023 10:38:47 +0000 (12:38 +0200)]
Use new URL of geojson in comment.

2 years agoUse array of modules instead of single module in call of addModules (avoid deprecatio...
Philipp Spitzer [Thu, 18 May 2023 09:34:40 +0000 (11:34 +0200)]
Use array of modules instead of single module in call of addModules (avoid deprecation warning).

3 years agoDon't use absolute URL in wiki property of GeoJSON.
Philipp Spitzer [Sun, 24 Oct 2021 22:02:50 +0000 (00:02 +0200)]
Don't use absolute URL in wiki property of GeoJSON.

3 years agoClarify drawing order in documentation.
Philipp Spitzer [Sun, 24 Oct 2021 22:00:26 +0000 (00:00 +0200)]
Clarify drawing order in documentation.

4 years agoInclude Polyfill for Internet Explorer directly instead of using a CDN. REL1_35
Philipp Spitzer [Sat, 21 Aug 2021 08:17:02 +0000 (10:17 +0200)]
Include Polyfill for Internet Explorer directly instead of using a CDN.

https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,fetch

# Conflicts:
# extension.json

4 years agoInclude OpenLayers 6.6.1 instead of using a CDN.
Philipp Spitzer [Fri, 20 Aug 2021 22:12:27 +0000 (00:12 +0200)]
Include OpenLayers 6.6.1 instead of using a CDN.

4 years agoChange to OpenLayers 6.6.1.
Philipp Spitzer [Fri, 20 Aug 2021 21:13:55 +0000 (23:13 +0200)]
Change to OpenLayers 6.6.1.

4 years agoUpdate extension.json to version 2 with "updateExtensionJsonSchema.php". openlayers_v6
Philipp Spitzer [Tue, 22 Jun 2021 20:52:22 +0000 (22:52 +0200)]
Update extension.json to version 2 with "updateExtensionJsonSchema.php".

4 years agoReplace DB_SLAVE by DB_REPLICA. REL1_31
Philipp Spitzer [Sat, 12 Jun 2021 20:53:34 +0000 (22:53 +0200)]
Replace  DB_SLAVE by DB_REPLICA.

4 years agoCDN link for OpenLayers 6.4.3 doesn't work anymore
Philipp Spitzer [Sat, 12 Jun 2021 10:30:17 +0000 (12:30 +0200)]
CDN link for OpenLayers 6.4.3 doesn't work anymore

4 years agoNew WMTSCapabilities link for basemap.at.
Philipp Spitzer [Mon, 15 Feb 2021 20:24:29 +0000 (21:24 +0100)]
New WMTSCapabilities link for basemap.at.

4 years agoAdd polyfill for Internet Explorer.
Philipp Spitzer [Sat, 16 Jan 2021 22:07:26 +0000 (23:07 +0100)]
Add polyfill for Internet Explorer.

4 years agoSwitch back to OpenLayers version 6.4.3 due to Internet Explorer incompatibility.
Philipp Spitzer [Sat, 16 Jan 2021 15:00:15 +0000 (16:00 +0100)]
Switch back to OpenLayers version 6.4.3 due to Internet Explorer incompatibility.

4 years agoDelete old OpenLayers folder.
Philipp Spitzer [Mon, 11 Jan 2021 22:22:16 +0000 (23:22 +0100)]
Delete old OpenLayers folder.

4 years agoPage and map scrolling work both now satisfying.
Philipp Spitzer [Mon, 11 Jan 2021 22:03:53 +0000 (23:03 +0100)]
Page and map scrolling work both now satisfying.

4 years agoRemove "dead" code that intended to support the mobile version but never worked.
Philipp Spitzer [Mon, 11 Jan 2021 21:26:45 +0000 (22:26 +0100)]
Remove "dead" code that intended to support the mobile version but never worked.

4 years agoAdd mobile target.
Philipp Spitzer [Mon, 11 Jan 2021 21:23:53 +0000 (22:23 +0100)]
Add mobile target.

4 years agoAdd WTMS VAO Ausland.
Philipp Spitzer [Mon, 11 Jan 2021 21:10:37 +0000 (22:10 +0100)]
Add WTMS VAO Ausland.

4 years agoAdd attributions for basemap.at.
Philipp Spitzer [Thu, 7 Jan 2021 21:31:36 +0000 (22:31 +0100)]
Add attributions for basemap.at.

4 years ago"in" operator doesn't work with content of array.
Philipp Spitzer [Thu, 7 Jan 2021 20:27:53 +0000 (21:27 +0100)]
"in" operator doesn't work with content of array.

4 years agoUse simplified polygon of Austria for map selection.
Philipp Spitzer [Thu, 7 Jan 2021 19:46:33 +0000 (20:46 +0100)]
Use simplified polygon of Austria for map selection.

4 years agoHelper script to create a simplified, inner WKT of Austria.
Philipp Spitzer [Wed, 6 Jan 2021 22:47:20 +0000 (23:47 +0100)]
Helper script to create a simplified, inner WKT of Austria.

4 years agoUse gray background map.
Philipp Spitzer [Tue, 5 Jan 2021 21:58:13 +0000 (22:58 +0100)]
Use gray background map.

4 years agoUse different background map based on location.
Philipp Spitzer [Tue, 5 Jan 2021 21:53:17 +0000 (22:53 +0100)]
Use different background map based on location.

4 years agoSwitch to basemap.at.
Philipp Spitzer [Tue, 5 Jan 2021 20:08:31 +0000 (21:08 +0100)]
Switch to basemap.at.

4 years agoMove layer_map down in source code.
Philipp Spitzer [Tue, 5 Jan 2021 19:53:01 +0000 (20:53 +0100)]
Move layer_map down in source code.

4 years agoPrepare usage of basemap.at.
Philipp Spitzer [Sun, 3 Jan 2021 22:20:23 +0000 (23:20 +0100)]
Prepare usage of basemap.at.

4 years agoMake popup smaller.
Philipp Spitzer [Sun, 3 Jan 2021 18:03:26 +0000 (19:03 +0100)]
Make popup smaller.

4 years agoHighlight selected items.
Philipp Spitzer [Sun, 3 Jan 2021 18:03:16 +0000 (19:03 +0100)]
Highlight selected items.

4 years agoRemove comment.
Philipp Spitzer [Sat, 2 Jan 2021 17:48:32 +0000 (18:48 +0100)]
Remove comment.

4 years agoRename style_function_selected to style_function_highlight.
Philipp Spitzer [Sat, 2 Jan 2021 17:48:25 +0000 (18:48 +0100)]
Rename style_function_selected to style_function_highlight.

4 years agoReplace var with let.
Philipp Spitzer [Sat, 2 Jan 2021 16:59:07 +0000 (17:59 +0100)]
Replace var with let.

4 years agoRemove comment.
Philipp Spitzer [Sat, 2 Jan 2021 16:57:46 +0000 (17:57 +0100)]
Remove comment.

4 years agoAdd shadows below markers.
Philipp Spitzer [Sat, 2 Jan 2021 16:57:24 +0000 (17:57 +0100)]
Add shadows below markers.

4 years agoOnly show popups if they are not empty.
Philipp Spitzer [Sat, 2 Jan 2021 16:34:28 +0000 (17:34 +0100)]
Only show popups if they are not empty.

4 years agoSupply image min-height to prevent defunct autoPan.
Philipp Spitzer [Sat, 2 Jan 2021 16:29:40 +0000 (17:29 +0100)]
Supply image min-height to prevent defunct autoPan.

4 years agoNew syntax for overlay autoPan.
Philipp Spitzer [Sat, 2 Jan 2021 16:29:13 +0000 (17:29 +0100)]
New syntax for overlay autoPan.

4 years agoRemove big gap in popup.
Philipp Spitzer [Sat, 2 Jan 2021 16:13:50 +0000 (17:13 +0100)]
Remove big gap in popup.

4 years agoAvoid usage of innerHTML.
Philipp Spitzer [Sat, 2 Jan 2021 15:10:40 +0000 (16:10 +0100)]
Avoid usage of innerHTML.

4 years agoRemove many comments.
Philipp Spitzer [Sat, 2 Jan 2021 14:56:24 +0000 (15:56 +0100)]
Remove many comments.

4 years agoPopup now has sledrun info.
Philipp Spitzer [Sat, 2 Jan 2021 14:54:50 +0000 (15:54 +0100)]
Popup now has sledrun info.

4 years agoPopup works again.
Philipp Spitzer [Sat, 2 Jan 2021 14:21:33 +0000 (15:21 +0100)]
Popup works again.

4 years agoSledrun names are shown without "Sledrun:" prefix.
Philipp Spitzer [Sat, 2 Jan 2021 13:54:14 +0000 (14:54 +0100)]
Sledrun names are shown without "Sledrun:" prefix.

4 years agoSledrun icons are shown in overview.
Philipp Spitzer [Sat, 2 Jan 2021 13:53:52 +0000 (14:53 +0100)]
Sledrun icons are shown in overview.

4 years agoUse "Select" interaction for selecting features.
Philipp Spitzer [Sat, 2 Jan 2021 13:53:19 +0000 (14:53 +0100)]
Use "Select" interaction for selecting features.

4 years agoDon't need log message for hover.
Philipp Spitzer [Sat, 2 Jan 2021 13:52:41 +0000 (14:52 +0100)]
Don't need log message for hover.

4 years agoPrevent map zooming with mouse wheel.
Philipp Spitzer [Sat, 2 Jan 2021 11:04:38 +0000 (12:04 +0100)]
Prevent map zooming with mouse wheel.

4 years agoChange OpenLayers version to 6.5.0.
Philipp Spitzer [Sat, 2 Jan 2021 11:04:14 +0000 (12:04 +0100)]
Change OpenLayers version to 6.5.0.

6 years agoMake wrmap.js compatible with jQuery v3.3.1 (no longer using deprecated context prope...
Philipp Spitzer [Fri, 17 May 2019 20:51:20 +0000 (20:51 +0000)]
Make wrmap.js compatible with jQuery v3.3.1 (no longer using deprecated context property).

6 years agoAdd .css for popups.
Philipp Spitzer [Tue, 13 Nov 2018 18:40:09 +0000 (19:40 +0100)]
Add .css for popups.

6 years agoImplement simple popup.
Philipp Spitzer [Tue, 23 Oct 2018 21:11:30 +0000 (23:11 +0200)]
Implement simple popup.

7 years agoImplement hover to show names.
Philipp Spitzer [Wed, 13 Jun 2018 21:58:43 +0000 (23:58 +0200)]
Implement hover to show names.

7 years agoAdd attribution.
Philipp Spitzer [Fri, 8 Jun 2018 18:29:08 +0000 (20:29 +0200)]
Add attribution.

7 years agoFix links.
Philipp Spitzer [Fri, 8 Jun 2018 18:28:44 +0000 (20:28 +0200)]
Fix links.

7 years agoAdd basic style functions.
Philipp Spitzer [Mon, 28 May 2018 19:41:48 +0000 (21:41 +0200)]
Add basic style functions.

7 years agoUse predefined projection.
Philipp Spitzer [Sat, 26 May 2018 05:17:58 +0000 (07:17 +0200)]
Use predefined projection.

7 years agoDo reprojection.
Philipp Spitzer [Fri, 25 May 2018 21:55:56 +0000 (23:55 +0200)]
Do reprojection.

7 years agoAdd sledrun layer to map.
Philipp Spitzer [Thu, 24 May 2018 21:53:57 +0000 (23:53 +0200)]
Add sledrun layer to map.

7 years agoParsing GeoJSON works now.
Philipp Spitzer [Thu, 24 May 2018 21:17:35 +0000 (23:17 +0200)]
Parsing GeoJSON works now.

7 years agoGeoJSON requires type Feature with capital F.
Philipp Spitzer [Thu, 24 May 2018 21:17:10 +0000 (23:17 +0200)]
GeoJSON requires type Feature with capital F.

7 years agoCentered map shows up (but still get an exception).
Philipp Spitzer [Wed, 23 May 2018 21:48:33 +0000 (23:48 +0200)]
Centered map shows up (but still get an exception).

7 years agoRemove absolute URLs from extension.json.
Philipp Spitzer [Wed, 23 May 2018 21:48:01 +0000 (23:48 +0200)]
Remove absolute URLs from extension.json.

7 years agoAdd OpenLayers 4.6.5 debug CDN URLs.
Philipp Spitzer [Wed, 23 May 2018 21:47:30 +0000 (23:47 +0200)]
Add OpenLayers 4.6.5 debug CDN URLs.

7 years agoAdd OpenLayers 4.6.5 support.
Philipp Spitzer [Tue, 22 May 2018 20:32:05 +0000 (22:32 +0200)]
Add OpenLayers 4.6.5 support.

7 years agoDisable functionality.
Philipp Spitzer [Mon, 21 May 2018 21:41:15 +0000 (23:41 +0200)]
Disable functionality.

7 years agoRemove old openlayers.
Philipp Spitzer [Mon, 21 May 2018 21:43:12 +0000 (23:43 +0200)]
Remove old openlayers.

7 years agoDisable Google Maps JavaScript module.
Philipp Spitzer [Tue, 22 May 2018 20:46:22 +0000 (22:46 +0200)]
Disable Google Maps JavaScript module.

7 years agoRemove unnecessary whitespace.
Philipp Spitzer [Tue, 22 May 2018 20:32:46 +0000 (22:32 +0200)]
Remove unnecessary whitespace.

7 years agoBump version number.
Philipp Spitzer [Tue, 22 May 2018 20:36:56 +0000 (22:36 +0200)]
Bump version number.