List of community map for GeoGuess.
- Follow documentation here https://geoguess.games/guide/dev/maps.html
- Add map in
src/list.maps.json
with id
"id": {// id: object
"name": string,
"description": string,
"author": string,
"imageUrl": urlString (width = 500 & heigth = 230),
"url": urlGeoJSON
}
- Generate i18n keys with
npm install && npm run generate
- Follow documentation here https://geoguess.games/guide/dev/areas.html
- Add area in
src/list.areas.json
with id
"id": {// id: object
"name": string,
"description": string,
"author": string,
"imageUrl": urlString (width = 500 & heigth = 230),
"data": AreasModeObject // details here : https://geoguess.games/guide/dev/areas.html#areasmodeobject
}
- Generate i18n keys with
npm install && npm run generate
Please note we have a code of conduct, please follow it in all your interactions with the project.