A demo showing MapLibre using Kintone for Data Points
- Clone the repo
cd maplibre-kintone
npm install
cp .env.example .env
npm run dev
- Then a new terminal window...
cd backend
npm install
node server.js
- In your browser, navigate to localhost:5173. If you see a map, you are ready!
Field Type | Name | Field Code | |
---|---|---|---|
1 | Text | Title | title |
2 | Text | Address | address |
3 | Radio button | Type | type |
4 | Number | Latitude | lat |
5 | Number | Longitude | lon |
Title | Address | Type | Latitude | Longitude |
---|---|---|---|---|
Mt. Fuji | Kitayama, Fujinomiya, Shizuoka 418-0112 | Tourist Attraction | 35.298 | 138.605 |
Narita Airport | 1-1 Furugome, Narita, Chiba 282-0004 | Business | 35.7702 | 140.3817 |
Cybozu | 〒103-0027 Tokyo, Chuo City, Nihonbashi, 2-chōme−7−1 東京日本橋タワー27階 | Business | 35.682 | 139.7743 |
Make sure to give View Records
permission to the token, and update the App!