folli 12 hours ago

In case anyone is interested in 3D Terrain simulation (specifically for GPS tracks, e.g. hiking, skiing): I'm working on https://cubetrek.com

Source is here: https://github.com/r-follador/cubetrek

  • npteljes 5 hours ago

    Fantastic project and front page. I'm sorry I have nothing to add, I'm just amazed be the effort, and how smooth, fast and straightforward it all is presented.

    • folli 2 hours ago

      Thank you, much appreciated!

  • antman 12 hours ago

    Very nice! Is there a way to upload GPC files?

    • folli 11 hours ago

      I've never heard of GPC files, so no ;)

      What kind of format is it?

      Edit: did you mean GPX files? Yes! And FIT files.

      • huesatbri 11 hours ago

        I’d assume a misspelling of GPX.

jmkb 19 hours ago

This is a beautiful project but unfortunately the OSM data's out of date -- over a year old at this point. Based on https://github.com/StrandedKitty/streets-gl/issues/182 it seems like this might be abandonware.

  • reddalo 14 hours ago

    That's sad, but maybe somebody will see it here and decide to maintain this very cool project!

NoboruWataya 21 hours ago

This is awesome. I didn't realise OSM even had such detailed data on building shapes. As others have noted, outside (or on the outskirts of) major cities the data is quite sparse but central London, for example, looks great.

  • justinclift 14 hours ago

    Yeah, the OSM data seems really complete for some cities. Co-incidentally, I've recently been putting together some 3D GIS visualisation stuff using OSM data.

    Try zooming in to pretty much any capital city, then use the right mouse button to rotate the viewpoint so the 3D shows up properly:

    https://osm.newdash.io

    That's just a temporary domain and an in-development project, but (to me) it seems to be working pretty well. Can build applications on top of this.

mahdihabibi an hour ago

Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR index.js:1

  • mahdihabibi an hour ago

    I pressed tab and it started working

fladd 13 hours ago

Doesn't seem to work in Firefox. You get just a white view.

  • Digit-Al 4 hours ago

    Same for me. I get the following messages in the console:

    Loading failed for the <script> with source “https://streets.gl/js/index.js”. streets.gl:1:940 A resource is blocked by OpaqueResponseBlocking, please check browser console for details. script.js Loading failed for the <script> with source “https://analytics.streets.gl/js/script.js”. streets.gl:1:815

    • xcf_seetan 2 hours ago

      Same here, Firefox on a Debian machine and firefox just finished updating...

  • pmontra 5 hours ago

    I get a CORS error in the console. And a WebGPU error in Chrome. This is a Linux Debian machine.

  • shwaj 2 hours ago

    Me too. White screen on Chrome, iOS and macOS.

  • cess11 12 hours ago

    Works in FF for me. It's rather resource hungry, maybe an OOM? Judging from RAM consumption I'm guessing it doesn't utilise GPU, but maybe it does and didn't fit in mine.

    • mholt 2 hours ago

      Not OOM. (I have 128 GB. Using... 7. lol)

butz 6 hours ago

With textures this looks nicer than demo.f4map.com , but sadly, map data is way too old. And bridges are still a huge issue. With name like "Streets" I was expecting to be able to drive around in some sort of vehicle.

timmg 19 hours ago

In case one of the developers is reading, small-ish bug: I increased the vertical field of view "all the way" to 120 degrees. When in "morning" mode, there is a rectangular "shade" over the right bottom corner of the screen. When in "evening" mode it is in the left bottom quarter. (At least on my MBP with Chrome.)

column 14 hours ago

Press Tab, use WSAD to move and mouse to aim = Discount Flight Simulator! Love it.

gorbypark 13 hours ago

This is awesome! I'm not a gamer but a huge map nerd, however I've always dreamed of a "real world" mmorpg. I've taken a stab at learning Unreal to combine with some map data but never got too far.

I think this is a better approach. I assume it's using "regular" vector tiles and rending things based on that? Like where a map usually has green fill for trees, it's rendering out a patch of trees?

Super cool.

matthewbauer 19 hours ago

Very cool! It looks like it assumes everything is flat, but I bet you could pull in elevation data from OSM as well.

  • ygra 15 hours ago

    It does use elevation data, but does not exaggerate it, I guess. Back when I was working with 3D maps, we noticed that many people liked exaggerated terrain heights better, especially when the terrain is viewed from above and realistic heights looked “flat”. Near where I live it looks fairly close to what it does in real life: https://streets.gl/#48.50063,8.99766,7.25,312.50,135.56 (granted, having added building and roof colors for almost all buildings also helps).

  • fitsumbelay 16 hours ago

    the 4 story building I live in is rendered like a basement only dwelling which is actually growing on me the more I look at it ...

    • zaik 16 hours ago

      You could add a building:levels value to the object in OpenStreetMap, to record the information of how many stories your building has.

      https://wiki.openstreetmap.org/wiki/Key:building:levels

      • ygra 15 hours ago

        While a good idea in general (the StreetComplete app makes this very easy, by the way), this won't help for this app, as the data is from September 2023. Otherwise I'd love to use it more to validate how renderers handle different buildings. F4Map should show the change fairly quickly, though.

byhemechi 14 hours ago

This is pretty cool, but demonstrates why google/apple maps make heavy use of bespoke models vs just the map data, as is demonstrated pretty well by the sydney opera house and harbour bridge

This: https://shottr.cc/s/Qxhj/SCR-20250108-r6p.jpeg

Apple maps: https://shottr.cc/s/QWES/SCR-20250108-r69.jpeg

bgirard 18 hours ago

All the assets are loading sequentially. I have 100ms of latency to the server so that means several seconds of load time for me. Should be an easy fix to load them in larger batches.

  • pixelesque 17 hours ago

    All the initial assets yes, although once it started pulling in tiles, those seemed to be parallel from then on.

    It took over 43 seconds to load for me according to Firefox's dev tools Network tab, each image was effectively > 300 ms, but I'm in New Zealand, and the server seems to be in the Netherlands, so that's almost worst-case...

guax 13 hours ago

Super fun to play with the times of the day and check where shadows/light will hit.

transformi a day ago

How is it generated the 3d objects? using CV on the stat-elite data?

  • ygra 15 hours ago

    OpenStreetMap has the building outlines (sometimes even parts of the buildings) as well as tagging that specifies

        • wall and roof color
        • wall and roof material
        • roof shape
        • height (or levels, which
          typically is then multiplied
          with 3 m to get a rough height)
        • starting height (or level), for
          building parts above ground, e.g.
          bridges between buildings.
    
    This can then get rendered as upwards extruded polygons with a cap in the shape of the roof. There are a few more complicated ways of specifying complex roofs with ridge lines, etc. but few renderers support them and usage is fairly limited.
  • stephen_g a day ago

    I think it must be using the building outline data (and metadata like the heights) that people have entered, because in my city the inner-city has very complete data but a bit further out, around where I live there aren't any building outlines on OSM and there's nothing in this 3D map apart from just the streets.

    The result is very impressive given that seems to be the case!

    Edit: There are some more details on the github about data sources: https://github.com/StrandedKitty/streets-gl

breadwinner 19 hours ago

Very cool. Would like to see ability to zoom in & out, and ability to rotate the map.

ranger_danger 21 hours ago

Please check for WebGL support before loading all the assets

fitsumbelay 17 hours ago

This is really impressive.

Rather disappointed to see that my condo building is flat despite being 4 floors and a nearly 20 year old renovation of a 100+ year old building. How does stuff like that happen? In the mean time the repo looks like good readin'

  • dingensundso 15 hours ago

    > How does stuff like that happen?

    Simple: nobody entered the height of your condo building into OSM yet. You can change that. Be the change you want to see in the world!

  • josefx 13 hours ago

    What I find funny is that they picked tree models that have branches down to the floor. So any tree next to a road blocks at least one lane when its branches should be several feet in the air.

anthk 13 hours ago

It was about time.

webprofusion 15 hours ago

Stop what you're doing and use Cloudflare (free) immediately. This is the slowest loading site I've used in years and it deserves better for all the work you've put in.