You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stephan Bösch-Plepelits c52d6efeeb DOM: Instead of #info and #object use just #content 7 years ago
img Adopt look from old OpenStreetBrowser 7 years ago
lib/modulekit DOM: Instead of #info and #object use just #content 7 years ago
modulekit@26fb8675c0 Use modulekit for loading certain sub modules 7 years ago
src DOM: Instead of #info and #object use just #content 7 years ago
.gitignore Use modulekit for loading certain sub modules 7 years ago
.gitmodules DOM: Instead of #info and #object use just #content 7 years ago
README.md Use modulekit for loading certain sub modules 7 years ago
conf.php-dist Move categories to repo openstreetbrowser-categories-main#branch-3.x 7 years ago
index.php DOM: Instead of #info and #object use just #content 7 years ago
modulekit.php Use modulekit-lang to translate category titles 7 years ago
package.json Move categories to repo openstreetbrowser-categories-main#branch-3.x 7 years ago
style.css DOM: Instead of #info and #object use just #content 7 years ago

README.md

INSTALL

git clone https://github.com/plepe/openstreetbrowser.git
cd openstreetbrowser
npm install
git submodule init
git submodule update
cp conf.php-dist conf.php
nano conf.php
npm run build

I plan to replace all PHP dependencies through JS replacements.

API

new OpenStreetBrowserCategory(query, options)