GitXplorerGitXplorer
t

prototype-photon-map

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
5aff63e54d8de1af8c853646cf0ba2f6d4ee2788

Ajout de doc d'installation de photon avec nominatim

ttahini committed 3 years ago
Unverified
3b2882f541611b364ba7ddb6062640e9da2a12c1

Mise à jour du README

ttahini committed 3 years ago
Unverified
2ba93f8d0be9946ebfdf83a907b5844ad2ec21b6

Pas d'auto-recherche, il faut peser enter pour chercher

ttahini committed 3 years ago
Unverified
d8deb83e99773f5a2e815d11cd2093f0de37cbab

encore un peu mieux!

ttahini committed 3 years ago
Unverified
ed73a3cbd770475ebdae33c5dfcdaba65596baec

La carte est OK, montre les résultats en haut

ttahini committed 3 years ago
Unverified
66cca07fdb937e685ed3fb3928e0429bc038f2a8

Ajout des textes au-dessus

ttahini committed 3 years ago

README

The README file for this repository.

Prototype of a very very simple map to allow to query a photon server and display the results in a map based on react and leaflet.

It is not good clean code, it does not follow best practices of any kind. It is not pretty, it has no extraordinary features. It's a prototype!

Make it work

Set the PHOTON_URL variable in OsmMapFind.jsx to the photon base url, for example, for a local install it would be http://localhost:2322.

Run npm start in the project directory, it should open the browser to the page http://localhost:3000.