Request for new markers/icons

We are using CESIUM which appears to be using openstreetmap icons; http://bit.ly/2g7uBOa

Is there anyway you guys can create additional icons/markers for the following types (ref: https://www.faa.gov/air_traffic/flight_info/aeronav/obst_data/):

1 TOWER
2 STACK
3 TANK
4 NAVAID
5 BLDG
6 FENCE
7 POLE
8 GEN UTIL
9 COOL TWR
10 T-L TWR
11 BLDG-TWR
12 CTRL TWR
13 BRIDGE
14 SIGN
15 LGTHOUSE
16 ELEC SYS
17 WINDMILL
18 CATENARY
19 ELEVATOR
20 TRAMWAY
21 CRANE
22 MONUMENT
23 DOME
24 SPIRE
25 STADIUM
26 RIG
27 REFINERY
28 PLANT
29 AG EQUIP
30 DAM
31 BALLOON
32 UTILITY POLE
33 WINDSOCK
34 ANTENNA
35 ARCH
36 MET
37 GRAIN ELEVATOR
38 HANGAR

Thanks,
Robert

Those look like Mapbox icons and the Mapbox API, so probably best to contact them.

OpenStreetMap is just the data; what you’re looking at appears to be “some icons that someone unconnected to OSM created”.

In order for the things that you want to appear in Cesium, two things would need to happen:

  1. Data corresponding to (say) “Antenna” would need to be extracted from OSM. This isn’t quite as straightforward as it sounds as there are a whole bunch of things in OSM data that you might want to render as an “Antenna” on a map.

  2. Someone needs to create an icon for “Antenna”.

I notice at https://github.com/AnalyticalGraphicsInc/cesium that there are a whole bunch of links, including to a forum. I’d suggest having a look there, as it’s likely that the question “how do I display stuff that isn’t currently rendered” has already been asked.

Alternatively, depending on what data you want to display and how, some other JS framework may work.

There are some existing icons around, if that’s what you want:

https://www.mapbox.com/maki-icons/
https://github.com/gmgeo/osmic