{"id":31829456,"url":"https://github.com/neayi/wikisearchmapslink","last_synced_at":"2025-10-11T20:19:50.708Z","repository":{"id":318286364,"uuid":"1070640570","full_name":"neayi/WikiSearchMapsLink","owner":"neayi","description":"Creates a binding link between WikiSearch and Semantic Maps","archived":false,"fork":false,"pushed_at":"2025-10-06T09:40:59.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T10:28:23.584Z","etag":null,"topics":["maps","mediawiki-extension","wikisearch"],"latest_commit_sha":null,"homepage":"https://www.mediawiki.org/wiki/Extension:WikiSearchMapsLink","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neayi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T08:33:24.000Z","updated_at":"2025-10-06T09:59:05.000Z","dependencies_parsed_at":"2025-10-06T10:28:25.927Z","dependency_job_id":"967b5b07-e52c-47e7-a2f4-8a049cfe25ad","html_url":"https://github.com/neayi/WikiSearchMapsLink","commit_stats":null,"previous_names":["neayi/wikisearchmapslink"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/neayi/WikiSearchMapsLink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neayi%2FWikiSearchMapsLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neayi%2FWikiSearchMapsLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neayi%2FWikiSearchMapsLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neayi%2FWikiSearchMapsLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neayi","download_url":"https://codeload.github.com/neayi/WikiSearchMapsLink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neayi%2FWikiSearchMapsLink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008584,"owners_count":26084480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maps","mediawiki-extension","wikisearch"],"created_at":"2025-10-11T20:19:48.233Z","updated_at":"2025-10-11T20:19:50.698Z","avatar_url":"https://github.com/neayi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# WikiSearchMapsLink\nMediaWiki extension that creates a binding link between [WikiSearch](https://www.mediawiki.org/wiki/Extension:WikiSearchFront) and [Maps](https://www.mediawiki.org/wiki/Extension:Maps).\n\nWhen you have both a map and a search engine, this extension allows you to synchronize both.\n\nThis extension has been developped for Triple Performance. Click on [this link](https://wiki.tripleperformance.fr/wiki/Retours_d%27exp%C3%A9rience) to see it in action!\n\n## Requirements\n- MediaWiki 1.43 or later\n\n## Installation\n1. Clone this repository to your MediaWiki `extensions` directory:\n   ```bash\n   cd extensions/\n   git clone https://github.com/neayi/WikiSearchMapsLink.git\n   ```\n\n2. Add the following line to your `LocalSettings.php`:\n   ```php\n   wfLoadExtension( 'WikiSearchMapsLink' );\n   ```\n\n3. Navigate to Special:Version on your wiki to verify that the extension is successfully installed.\n\n## Usage\nIn order for the extension to work, you need to configure your map and your search engine:\n\n### Maps configuration\nAssuming the map loads places [based on a semantic query](https://maps.extension.wiki/wiki/Leaflet_SMW_queries), you just need to add the `ajaxcoordproperty` setting to your map so that the WikiSearchMapsLink knows which is the property that holds the GPS coordinates (in our case a property called `Coordinates`).\n\n    {{#ask: [[Has country::Greece]][[Coordinates::+]]\n     | format=leaflet\n     | ajaxcoordproperty = Coordinates\n     | ?Coordinates\n     | limit=1000\n    }}\n\nThen you need to add the property in the configuration of WikiSearch - note that it is a good idea to have the base query of WikiSearch match the semantic query of your map:\n\n    {{#WikiSearchConfig:\n    | base query=[[Has country::Greece]]\n    ...\n    | ?Coordinates\n    }}\n\nOnce this setup done, you should be able to perform searchs in WikiSearch and see your map being updated dynamically.\n\n## License\nThis extension is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneayi%2Fwikisearchmapslink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneayi%2Fwikisearchmapslink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneayi%2Fwikisearchmapslink/lists"}