FREE maps for any app - replace Google maps TODAY

  Рет қаралды 44,786

Syntax

Syntax

Күн бұрын

Пікірлер: 69
@syntaxfm
@syntaxfm Ай бұрын
00:00 intro 01:48 how do map libraries work? 04:17 client js - per load fees 06:15 tile server - usage fees 07:45 free map libraries 08:18 maplibre short history - mapbox fork 09:15 free map tile servers 09:54 what is openstreetmap? 10:47 openfreemap is good 11:00 vector tile services 11:18 vector tile specification 11:37 map styles 14:20 code examples 14:41 vanilla example 16:39 vanilla leaflet example 18:08 maplibre framework adapters 19:41 react example 22:03 vue example 24:25 svelte example 26:18 awesome-maplibre 26:36 thanks
@JacquesvanWyk
@JacquesvanWyk Ай бұрын
Just want to say I am so happy to see CJ on this channel. He is truly a great teacher and you can see he loves what he does.
@hugodsa89
@hugodsa89 Ай бұрын
I was coming here to say this. You beat me to it 👍🏼👍🏼
@narixius
@narixius Ай бұрын
CJ's iconic intro never fails-'My name is CJ, welcome to Syntax!' It sets the vibe for the whole video!
@dan-garden
@dan-garden Ай бұрын
I actually saw your fork of the repo before the video and got interested. Now seeing the video for the explanation, THANKS!!! This saves me a f*** ton of money.
@lolmos
@lolmos Ай бұрын
CJ thanks for the great info! Loved the Hono stuff too!
@pavelk7373
@pavelk7373 Ай бұрын
unbelievably good content 👍
@loicleray
@loicleray Ай бұрын
He’s done it again! Thanks for your work CJ, tremendously helpful. 👌
@arvi8843
@arvi8843 Ай бұрын
CJ you're my favorite! Great content. Thanks so much. 🔥
@Danielo515
@Danielo515 Ай бұрын
This information is genuinely hard to find. Thanks for putting this all together. It feels like there was just one alternative to proprietary monopolies
@alazyartist
@alazyartist Ай бұрын
ive been lookin for exactly this for over a year now. TY!
@restpointar
@restpointar Ай бұрын
Amazing! I’m currently working on a website for a Food Truck Business. I think this will be useful for a feature I’m planning to include in the Homepage. Thanks a lot CJ!
@play-good
@play-good Ай бұрын
bro this is literally what im looking for in my current project, im using leaflet Thx u man 4real♥
@hugodsa89
@hugodsa89 Ай бұрын
Just like Wes said last time, CJ goes deep. He doesn’t just skim over the surface. Ans bless him for that. ✌🏼✌🏼
@maxgarcia4547
@maxgarcia4547 Ай бұрын
Nice video! I learnt a lot! It would be cool to make the next video about how to serve your own data layers and style it on top of the map ;) For example, if you have 100K elements to display, how to run supercluster, store clusters in your server, and then run an {z}/{x}/{y} endpoint to serve that data Cheers
@nalux
@nalux Ай бұрын
Really good video. Would also love some examples on self-hosting, such as self hosting a tile server would be amazing. I know many people take for granted, that the juicy internet connection always exists, but there are in-fact also people using web technologies, in air gapped systems :) It's a bit of a niche topic, I know, but it's an interesting aspect to explore. What do you do when there is no internet where the stuff you've built is deployed.
@kissu_io
@kissu_io Ай бұрын
Very amazing video CJ, thanks!💖
@lucasbug4987
@lucasbug4987 Ай бұрын
Awesome overview of map libraries and useful info on costs for using Google, etc. Well done.
@slimanbaghouri4287
@slimanbaghouri4287 Ай бұрын
Another banger
@nitely9089
@nitely9089 Ай бұрын
CJ you're the GOAT
@smartini123
@smartini123 Ай бұрын
Versatiles also looks like a promising tiles server alternative
@malaq119
@malaq119 Ай бұрын
informative thanks man
@_waptik
@_waptik Ай бұрын
Thanks for this ❤
@JosprimaSihombing
@JosprimaSihombing Ай бұрын
Thankyou CJ
@JacquesvanWyk
@JacquesvanWyk Ай бұрын
Amazing thanks!!
@aldialfarnando6813
@aldialfarnando6813 Ай бұрын
thank you Gabriel
@zahid8566
@zahid8566 Ай бұрын
make a tutorial on that mustache man!
@gold-junge91
@gold-junge91 Ай бұрын
CJ i love your videos,you are explain evertime well explained. Can you mac a video how make a cookie banner and make sure that keep can opt in for german DSGVO
@Sitruc-reloaded
@Sitruc-reloaded Ай бұрын
Are you using a custom dev tools extension or is this the default on your browser? This looks a lot nicer than brave/arc/chrome
@MeghdipKarmakar
@MeghdipKarmakar Ай бұрын
it's firefox
@brancode404
@brancode404 Ай бұрын
How about integrating the open street map with React Native? 😊
@serychristianrenaud
@serychristianrenaud Ай бұрын
I like this chanel ...🎉
@phantazzor
@phantazzor Ай бұрын
any free or cheeper api for fetch coordinates of businesses ? something to replace Places Api ( google) ? Bing from Microsoft is not accessible anymore for new app they don't hand api keys anymore
@syntaxfm
@syntaxfm Ай бұрын
mapbox search box API offers 50K requests per month free - www.mapbox.com/search-box | www.mapbox.com/pricing
@coherentpanda7115
@coherentpanda7115 Ай бұрын
We searched last Summer for an alternative to Places API, and there just isn't anything comparable. We since had an executive decision to have the content teams manually add locations in the CMS, but personally I would have stuck with Google. Despite the costs associated with it, Google has the most complete API out there, and superior maps.
@syntaxfm
@syntaxfm Ай бұрын
Another comment mentioned overture maps, it is not an API, but a collaborative data source that includes places info overturemaps.org/
@phantazzor
@phantazzor Ай бұрын
@@coherentpanda7115 yes thanks, yes im building for an island so it is not that big so at some point all the coordinates will be all in the db :)
@nilsandresen97
@nilsandresen97 Ай бұрын
Overturemaps is pretty nice but still very new and not as good as google maps but it will probably get better over time.
@basketberoende
@basketberoende Ай бұрын
Very nice example! I am building a application right now where i was using MapBox. I gonna try this as well. Do you have any recommendations on a free suggestions address api?
@syntaxfm
@syntaxfm Ай бұрын
Nominatim is one - nominatim.org/ Photo is another - photon.komoot.io/ Mapbox offers 50K free requests per month - docs.mapbox.com/api/search/search-box/
@agammore
@agammore Ай бұрын
What about address to coordinate? Any good free option?
@alvingultiano7513
@alvingultiano7513 Ай бұрын
Its capable to return a payload of location , like street , city and etc ?
@marhensa
@marhensa Ай бұрын
better yet, there's serverless vector/raster map called "pmtiles", you could serve vector/raster just like images.
@vsChris
@vsChris Ай бұрын
Can you use your own Map svg file as a base?
@syntaxfm
@syntaxfm Ай бұрын
You can overlay an svg onto the map with maplibre-gl-svg - rbrundritt.github.io/maplibre-gl-svg/index.html
@zlackbiro
@zlackbiro Ай бұрын
I use Leaflet Maps alone in my react dash and I don't give a damn what's going one behind the scene. Its free
@syntaxfm
@syntaxfm Ай бұрын
If you are using the default leaflet example with the openstreetmap tile server, there are usage constraints. I talk about this at 9:15 - also, with OSM tiles, you do not have options to style the map - I talk about this at 11:37
@DavideMaiolo
@DavideMaiolo Ай бұрын
Also also Leaflet renders DOM elements, which is fine for most applications. But when you have a couple of hundred markers with different layers the performance suffers alot. Thats when the native WebGl elements that are used by Maplibre really shine.
@electroheadfx
@electroheadfx Ай бұрын
thank you
@reenuux
@reenuux Ай бұрын
Super
@AbouAnia
@AbouAnia Ай бұрын
Why does Zillow use Google maps? Open door usesabox…? Etc
@syntaxfm
@syntaxfm 28 күн бұрын
Yes Zillow uses google maps.
@Joshua-dc4un
@Joshua-dc4un Ай бұрын
Frontend frameworks left map libraries and users in the dust
@codernerd7076
@codernerd7076 Ай бұрын
I use it for Google places 😢
@bilalillahi6347
@bilalillahi6347 Ай бұрын
can we use this to share location. for example show multiple location pinpoints on map of different users? the above video just gives one pin point which is self
@marked75
@marked75 Ай бұрын
Google Maps is free :/
@brysona-dev
@brysona-dev Ай бұрын
Thank you
Setting up a production ready VPS is a lot easier than I thought.
29:50
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,1 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 28 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 53 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
If You Think That Google Maps Is Free, Think Again
13:08
Logically Answered
Рет қаралды 794 М.
An open source app we can all learn from
29:09
Theo - t3․gg
Рет қаралды 116 М.
Is Figma Losing Its Edge? : New UI Tools Are Crazy!
3:39
Tanmay Designs
Рет қаралды 3,8 М.
LAVROV's interview with Tucker CARLSON 😁 [Parody]
8:34
Юрий ВЕЛИКИЙ
Рет қаралды 368 М.
How To Handle Permissions Like A Senior Dev
36:39
Web Dev Simplified
Рет қаралды 260 М.
Open Source Google Maps API Alternative
17:58
Supabase
Рет қаралды 8 М.
Fast Websites: The New Speculation Rules API
24:10
Syntax
Рет қаралды 4,7 М.
Set up a Mac in 2024 for Power Users and Developers
1:00:34
Syntax
Рет қаралды 371 М.
I Made an iOS App in MINUTES with This AI Tool!
13:20
Creator Magic
Рет қаралды 411 М.
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 28 МЛН