MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / citiesFeatures

Function citiesFeatures

client/censusGPT/src/utils/mapbox-ui-config.js:17–27  ·  view source on GitHub ↗
(cities)

Source from the content-addressed store, hash-verified

15}
16
17export const citiesFeatures = (cities) => {
18 return cities.map((c) => {
19 return {
20 type: 'Feature',
21 geometry: {
22 type: 'Point',
23 coordinates: [c.long, c.lat],
24 },
25 }
26 })
27}
28
29export const zipcodeLayerLow = (zipcodesFormatted) => {
30 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected