Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive map of Frederick area tech businesses #3

Open
mblayman opened this issue Nov 15, 2023 · 4 comments
Open

Interactive map of Frederick area tech businesses #3

mblayman opened this issue Nov 15, 2023 · 4 comments

Comments

@mblayman
Copy link
Member

It would be cool if we had a map of local businesses. We could even highlight TechFrederick member businesses.

@david-wolgemuth
Copy link
Contributor

Looking on OpenStreeMap to see what there is available for export, to work with as a base

https://www.openstreetmap.org/export#map=16/39.4154/-77.4091

map.osm.zip

some examples of what the data looks like:

k=amenity

  • library
  • toilets
  • bench
  • parking
  • waste_basket
  • drinking_water
  • post_box
  • fountain
  • restaurant
  • theater
code samples
 <node id="367797695" ... lat="39.4214909" lon="-77.4197077">
  <tag k="amenity" v="library"/>
  <tag k="name" v="Joseph Henry Apple Library"/>
   ...
 <node id="2149635901" ... lat="39.4130208" lon="-77.4101410">
...
  <tag k="amenity" v="restaurant"/>
  <tag k="cuisine" v="mexican"/>
  <tag k="name" v="Plaza Mexico Restaurant"/>
 </node>
 <node id="3435325493" visible="true" version="2" changeset="109542021" timestamp="2021-08-12T02:57:03Z" user="ceyockey" uid="146680" lat="39.4156511" lon="-77.4149637">
  <tag k="amenity" v="fountain"/>
 </node>
 <node id="3435344893" visible="true" version="5" changeset="119217402" timestamp="2022-04-01T20:58:11Z" user="miha12" uid="298815" lat="39.4162440" lon="-77.4180337">
  <tag k="amenity" v="toilets"/>
  <tag k="check_date" v="2021-08-12"/>
  <tag k="fee" v="no"/>
  <tag k="wheelchair" v="yes"/>
 </node>
<node id="9630290401" visible="true" version="1" changeset="119217402" timestamp="2022-04-01T20:58:11Z" user="miha12" uid="298815" lat="39.4154754" lon="-77.4198040">
  <tag k="amenity" v="bench"/>
 </node>
 <way id="152480030" visible="true" version="5" changeset="119217402" timestamp="2022-04-01T20:58:11Z" user="miha12" uid="298815">
  <nd ref="1652962598"/>
  ...
  <tag k="amenity" v="theatre"/>
  <tag k="name" v="Baker Park Band Shell"/>
  <tag k="theatre:type" v="amphi"/>
 </way>

Social Services

  • shelter
code samples
 <way id="435655986" visible="true" version="1" changeset="41239965" timestamp="2016-08-04T14:57:22Z" user="Zell Faze" uid="2435186">
  <nd ref="4335570713"/>
  <nd ref="4335570711"/>
  <nd ref="4335570710"/>
  <nd ref="4335570712"/>
  <nd ref="4335570713"/>
  <tag k="amenity" v="ç"/>
  <tag k="building" v="yes"/>
  <tag k="name" v="Homeless Shelter"/>
  <tag k="operator" v="Religious Coalition"/>
  <tag k="social_facility" v="shelter"/>
 </way>

@pswilson
Copy link

I did build something a while ago (which dropped in priority a good bit after I moved). It's old and has unfinished parts but maybe could provide some ideas. If I get some time I can get the code shared and add some basic documentation. Link here.

@david-wolgemuth
Copy link
Contributor

here are the orgs from your site, not sure if this is up to date, but dropping here

orgs.json.zip

@david-wolgemuth
Copy link
Contributor

Looking at open / foss-y tools, rather than google maps,

could use leaflet w/ openstreetmap:

https://react-leaflet.js.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants