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 39425bc425 Options: translations 8 years ago
img Adopt look from old OpenStreetBrowser 8 years ago
lang Options: translations 8 years ago
lib/modulekit Language: handle ui_lang via session 8 years ago
modulekit@3726732cfa Update submodules 8 years ago
src Options: translations 8 years ago
.gitignore Use modulekit for loading certain sub modules 8 years ago
.gitmodules Use modulekit-ajax 8 years ago
README.md Use modulekit for loading certain sub modules 8 years ago
ajax.php fix session handling 8 years ago
conf.php-dist Configure defaultView 8 years ago
index.php fix session handling 8 years ago
modulekit.php Language: handle ui_lang via session 8 years ago
package.json Include tag translations via modulekit 8 years ago
style.css DOM: Instead of #info and #object use just #content 8 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)