Ray Bergerblog.rayberger.org路Nov 17, 2024How to Add a Brand Preset to OpenStreetMapTLDR: Learn how to add brand presets to OpenStreetMap by following the official Name Suggestion Index contribution guide. A video tutorial demonstrating this process is available here. Introduction Brand presets help OpenStreetMap editors like iD, Ev...Discuss路192 readsopenstreetmap
Oluwaseyifunmi Taiwotaiwo.hashnode.dev路Nov 16, 2024When Data SpeaksI used to see data as just a supporting element in certain industries鈥攊mportant, but not truly transformative. I was aware of personal data, patient data in healthcare, and numbers in finance, but I didn鈥檛 see data as a force capable of shifting outc...Discuss路2 likesopen data
Precious Basseycollectiive.hashnode.dev路Oct 6, 2024Flood Analysis Map - Identifying Affected InfrastructuresOverview The 2024 Rio Grande do Sul Floods were highly devastating, caused by intense rainfall and the collapse of and a hydroelectric dam. Over a million people were impacted by the floods. More than 70,000 individuals had to be evacuated, and aroun...Discuss路39 readsGIS
Ravi GurungforJoBins Engineeringblog.jobins.jp路Sep 27, 2024What is Interaction Design and it's Principle?Interaction design is all about making it easy and natural for people to use digital products, like websites or apps. It does this by giving feedback when users interact, such as showing animations when they scroll, changing the look of buttons when ...DiscussIXD Design
GreenFluxblog.greenflux.us路Sep 8, 2024Choropleth Map in FileMaker Pro Web Viewer With Leaflet.JSChoropleth maps are similar to heat maps, but with regions defined by geometry, rather than a grid. These maps are useful for displaying aggregate values for each region, like census or voting totals, average income or home cost per state, and other ...Discuss路32 readsfilemaker
GreenFluxblog.greenflux.us路Sep 3, 2024FeaturedBuilding an Interactive XY Image Plot with Google Apps Script and Leaflet.jsGoogle Maps has a ton of features for plotting points on a map, but what if you want to plot points on an image? These XY Image Plot maps are commonly used for floor maps, job site inspections, and even games. In this guide, I'll show you how to crea...Discuss路22 likes路380 readsgoogle-sheetsgoogle apps script
Eamon Magdeamonmagd.hashnode.dev路Jul 26, 2024Using Python in QGIS to scale up London's cycle infrastructure to match Amsterdam.I鈥檝e created a tutorial that shows you how to use code to scale up roads, and cycle paths, or even modify highway types between cities! Bonus: There鈥檚 also a separate video diving deeper into a more advanced method specifically for modifying cycle pa...DiscussPython
Rory Murphyapidna.hashnode.dev路Jul 26, 2024What is Response Mapping in API Integration?In the world of API integration, response mapping is a crucial process that ensures the smooth exchange of data between different systems. Essentially, response mapping involves interpreting and transforming the raw data received from an API into a u...DiscussAPIs
Sumeet sumeetblog.hashnode.dev路Jul 5, 2024馃殌 Mastering Spring Data JPA: Implementing @OneToMany Mapping with User and MobilePhone EntitiesIn my previous guide, we explored @OneToOne mapping between User and AadharCard entities. Now, we鈥檒l move on to @OneToMany mapping between User and MobilePhone entities in Spring Data JPA. This guide will show you how to efficiently manage one-to-man...Discuss路1 likeJava
Sumeet sumeetblog.hashnode.dev路Jun 15, 2024馃殌 Mastering Spring Data JPA: Implementing @OneToOne Mapping with User and AadharCard Entities 馃殌Overview In this guide, we'll walk through how to establish a @OneToOne relationship between User and AadharCard entities. This mapping type is perfect for scenarios where one entity is closely associated with another, such as a user having a unique ...Discuss路31 readsMastering Spring Data JPA: Implementing @OneToOne Mapping with User and AadharCard Entities A Step-by-Step Guide to Efficiently Managing Entity Relationships in Spring Boot Applications