manifest / integrations / open_street_maps
Open Street Maps
OpenStreetMap Maps plugin for Osclass (fork)
by Oleksiy Muzalyev & dev101 · github.com/dev-101/open_street_maps · website
★ 0stars
5forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dev-101/open_street_maps/archive/refs/heads/master.zipFrom the readme
OpenStreetMap Maps plugin for Osclass
osmmaps plugin for osclass.org Open Source Classified
This plugin shows OpenStreetMap map for each item.
Mapquest introduced a free API key starting from September 15, 2015.
Register and get your free API key at:
https://developer.mapquest.com/
It takes a minute or so. Then add your MapQuest's PUBLIC API key in the file:
\oc-content\plugins\osmmaps\index.php
in this line:
const MAPQUESTAPIKEY ='youpublickeyhere';
it should look like this:
MAPQUESTAPIKEY ='Mf0UOnA76bfMm6Gzpqj8dFFBMGxP7KhY';
It requires activated:
allowurlfopen = On
in the server php.ini file or cPanel's PHP configuration (it usually requires server restart if you are on VPS/Dedicated systems),
as it uses simplexmlloadfile PHP function.
It can be checked if it is activated via standard phpinfo(); call.
If it is not activated, and if you have no access to php.ini file on the server, try to put:
phpvalue allowurlfopen On
into .htaccess file in the root folder of the server.
Google Maps plugin should be deactivated before installation (to avoid js conflicts).
If a house number is not mapped on the OpenStreetMap, one can add it on the ma
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.4 | Jun 26, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.