Project-OSRM / osrm-frontend

Modular rewrite of the OSRM frontend using LRM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize the UI in the OSRM frontend

adhamenaya opened this issue · comments

I am running the frontend and backend modules for OSRM. I want to make some customizations for the web interface and connect it to the backend functions. In which part of the project should I make these changes?

Try out the docs for building the frontend. osrm-frontend uses browserify to compile node.js to clientside JavaScript. The frontend code lives in the src directory. Try modifying and recompiling to see your changes locally. Changes that affect the backend will probably require you to fork both the backend and frontend repos. The rest of the details are specific to your application and the changes you want to make. Hope that helps!