Skip to content

agaldemas/Poc_LLM_CB_FIWARE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poc_LLM_CB_FIWARE

Deployment

Download the Madrid map

Download and unzip Madrid Map from this link: Madrid Map and unzip in ./src/map_madrid folder

Serve the map

cd src/map_madrid
docker run -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl:v4.6.6 --verbose

You can access localhost:8080 to see if the map was loaded correctly

Build the POC

cd src
npm install
npm run build

Open index.html and start playing...

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published