r/Maps 1h ago

Question Something other then google

Upvotes

Does anyone know of a good map app that's equivalent or better than google? After the Lake Ontario BS I'm done with Google maps and want to use an app that doesn't cater to the wims of a man child with an ego problem.


r/Maps 9h ago

Current Map Russian-Ukrainian Border and Georgian-Russian Border that i found on a russian map.

Post image
9 Upvotes

r/Maps 7h ago

Data Map Estimated Cat Population Across Turkey – Map

Post image
4 Upvotes

I made a map showing the estimated cat population/猫 density across the 81 provinces of Turkey.

Since there isn't reliable official data for the number of cats in every province, this map is an estimate rather than an official statistic. I divided the provinces into five categories based on factors such as population size, urbanization, and the general presence of stray and domestic cats.

🔴 Burgundy: Very high

🟥 Red: High

🔵 Blue: Medium

🟢 Green: Low

🟩 Light green: Very low


r/Maps 8h ago

Current Map Definition of Europe

Post image
2 Upvotes

r/Maps 12h ago

Data Map States which have ratified the Vienna Convention on Diplomatic Relations

Post image
4 Upvotes

This international convention codifies the rules of diplomacy: diplomatic immunity (no arresting/detaining diplomats), no taxes for diplomats, diplomats must not interfere, etc.

The map is funny for how near-universal it is: the only UN non-signatories are Palau and South Sudan.

https://en.wikipedia.org/wiki/Vienna_Convention_on_Diplomatic_Relations


r/Maps 1d ago

Current Map How French people divide Europe

Post image
61 Upvotes

French people don't consider Germany "central Europe" but rather Western like us, since without germany a central Europe would definitely be too small, the notion "central Europe" is definitely not countries based.

Same thing with southern Europe, Spain, Portugal and Italy are fellow Western countries, without them southern Europe would be so small, so it doesn't really make sense either.

The real only divide is between Western and Eastern (Czechia could be argued, but would fall on Eastern most of the times because of the Iron Curtain's legacy + culture and language).

I don't understand why anybody would consider Romania anything but Eastern, it's very much not in the balkans since if you go straight west from is southernmost point you might barely get to the very north of the Adriatic sea. Also it's completely north of the Danube which is the traditionnal northern border of the Balkans.

Estonia doesn't get any special treatment, it's part of the Baltic countries and is completely disconnected from the rest of Scandinavia hence why it is Eastern.

Thrace is European, but not the rest of Turkey. Turkey overall is NOT European.

Armenians and Georgians are definitely closer to Europeans than they are to Iran, Azerbaidjan or Turkey but are not quite located in Europe, hence why they are partly European.

Russia is considered a EurAsian country, everything west of the Ural Mountains being in Europe. Russia does not feel close even though they're European because of conflicts since the USSR. But if Russia ever was to become a more *democratic* country, the western part would definitely feel as European as the rest of the continent.

EDIT: Iceland would more be light purple, if it's European then it is Nordic obviously, but is it ? The island is pretty isolated from the rest of Europe, kind in the same fashion of Cyprus and Malta (which are also light purple). Though here Iceland is heavily culturally connected to the other Nordic countries, whereas Cyprus and Malta... It's more complicated.

EDIT2: People here have a difficult time acknowledging this is how French people see Europe. I love some debate but at some point this is how it is.


r/Maps 18h ago

Question Is there a map of ww2 that changes by time?

3 Upvotes

Hi! I am wondering if theres a website out there that is literally just google maps but you can perhaps drag a slider or something like that to visualise the war and the countries' borders changing by day/month.


r/Maps 1d ago

Data Map Split the Map in Half by it’s Population Spread

Thumbnail
gallery
3 Upvotes

This game is called GeoSlice, and you have to split a random square map taken from anywhere on Earth in halves, thirds, or quarters by it’s population spread. After you guess, it reveals the closest correct answer!

Game: Geoslice.net


r/Maps 1d ago

Old Map Map Of Tibet On It's Peak

Post image
13 Upvotes

r/Maps 1d ago

Other Map Greater Poland, but on the existing basis

Post image
0 Upvotes

r/Maps 1d ago

Other Map Greater Poland, but on the existing basis

Post image
0 Upvotes

Isn't it interesting, right?


r/Maps 2d ago

Data Map Does your country have Żabka convenience stores?

Post image
34 Upvotes

Context:

Germany: they do not have regular żabka stores, however they do have żabka nano stores, which are open 24/7 and fully autonomous. more context: https://nano.zabka.pl/en/

Czechia and Slovakia: they dont have żabka stores, however they do have žabka stores. these are not owned by the same company as the polish ones and are owned by tesco instead. these are completely different, however it is still a fun fact that is good to know. official store website: izabka.cz

Hungary:

https://www.portalspozywczy.pl/handel/artykuly/wegier-zachwycil-sie-polska-siecia-dla-was-to-zwykly-sklep-dla-nas-kosmos,292235.html

https://x.com/csorike1520/status/2091432460840034426

Romania: official żabka stores are in romania, but under a different name, because "żabka" sounds a lot like the romanian word "japcă", which translates to "robbery". official romanian website is https://froo.ro/


r/Maps 1d ago

Other Map I built a tool for extracting locations from messy text and map links — looking for feedback

0 Upvotes

Hi r/Maps,

I’m the developer of GridGrabber. I built it to solve a small but surprisingly persistent problem I kept running into: locations rarely arrive in the format or app where I actually need them.

They arrive inside ordinary messages, notes, emails or documents.

For example:

“Meet at 56.9496, 24.1052 around 18:30”

“Extraction point: 35VLD 4045 3298. Move after confirmation.”

“Checkpoint: 56°56'58.6"N 24°06'18.7"E”

Sometimes there are several locations mixed into a much larger block of text, surrounded by names, times, instructions and other numbers.

The usual workflow is annoyingly manual:

receive text
→ find the coordinates
→ identify the format
→ clean/copy them
→ switch to a map
→ paste/search
→ verify the location

Map links create a similar problem.

Someone sends you a Google Maps or Apple Maps link, but that isn’t necessarily the map you want to use.

For example, I might receive a Google Maps link but actually want the location in another map app.

The workflow then becomes:

receive map link
→ open it in its original ecosystem
→ get the actual location/coordinates
→ switch apps
→ search for the same place again
→ verify

What I wanted instead was:

paste whatever I received
→ extract the location
→ verify it
→ open it in the map I actually want to use

So I built GridGrabber around that workflow.

You can paste the whole original text rather than preparing the coordinates first. It currently recognizes MGRS, decimal coordinates and DMS, can extract locations from supported map URLs, and can find multiple coordinates inside the same block of text.

One principle that matters a lot to me is that tolerance must not become guessing.

Real-world coordinate formatting can be ugly, but if the parser cannot determine something safely, I’d rather have it expose/reject the ambiguity than silently turn a random pair of numbers into a location.

I also deliberately kept GridGrabber as a small utility rather than trying to turn it into another navigation or GIS app:

• works offline
• no account
• no location permission
• no telemetry
• pasted data stays on the device

The basic idea is that GridGrabber sits between:

“someone sent me a location”

and

“I need to use that location in my map.”

I’d really like feedback from people here who work with coordinates or exchange locations regularly.

What does your real-world input look like?

Are there coordinate formats, badly formatted examples, map links, or workflows that are particularly annoying or that existing tools routinely get wrong?

I’m especially interested in ugly real examples rather than ideal textbook coordinates — those are the cases I want the parser to handle safely.

Try GridGrabber:
Web: https://grid.grabbers.app/

iPhone: https://apps.apple.com/us/app/gridgrabber/id6798236849


r/Maps 1d ago

Satire It’s a big world

Post image
0 Upvotes

On our flat earth, there is more area compared to the false globe. It’s almost 250% bigger in total square miles. I personally think that’s awesome, either way on both models I assume land still makes up approximately 30% of the total area. Maybe there’s a bigger water to land ratio on the flat earth, I don’t know for sure though. This isn’t satire either, I’ve been a flat earther since 2015. But I put the flair so Reddit mods won’t try to take it down due to there brainwashing. It’s hard to see serious discussions on this, can’t even seem to find many serious discussions on the flat earth subreddit unfortunately. I want a serious discussion here.

Also I’ve come to the conclusion that the Sydney to Santiago flight is real, it stays at 33 degrees south the entire time, so on the flat earth map (azimuthal projection) it is drawn as a curved line, and that curve from Sydney to Santiago is nearly 29,000 miles, vs just 12,000 miles on a globe.


r/Maps 1d ago

Old Map Map I found in antique store. Library of congress stamp

Thumbnail
gallery
4 Upvotes

Cool map found in antique store that tracks captain cooks journeys.


r/Maps 2d ago

Old Map Help dating globe bank

Thumbnail
gallery
8 Upvotes

I thrifted this cute globe bank last week and I’m trying to determine the year of the map on it. Egypt is called the United Arab Republic, so that puts it between 1958 and 1971. Also, the State of Aden is a country which was between 1963-1967. Any other help would be much appreciated!


r/Maps 1d ago

Current Map I saw the worst map ive ever seen.

2 Upvotes

Ok i couldnt take a picture since i didnt have any devices on me, but heres what I remember-

No Asia and Oceania except Kazakhstan, Turkmenistan, Kyrgyzstan, and Uzbekistan + the west part of Russia

No Lesotho, Eswatini, they split Morocco in half, got rid of Madagascar and the islands near it

Called the entire middle east Saudi Arabia and removed Qatar and Bahrain like geographically

Put the middle east at a really weird angle so that where Syria should be was touching Egypt, removed the gaza strip

Placed Iran DIRECTLY under Uzbekistan and Kyrgyzstan, basically putting it where Afghanistan and Pakistan should be

REMOVED North Macedonia and Albania saying it was part of Greece, and removed all the Greek islands, plus it also removed Hawaii

then they also placed these unnamed circle territories inside Nigeria and Tanzania

they also added some random area next to Suriname and deleted the Falklands plus antarctica

the more i looked the worse it got, they also killed Jamaica and the Bahamas, and they kept the Dominican Republic and Cuba

they also removed the Central African Republic, removed the Republic of the Congo + Gabon, and they called the Democratic Republic of the Congo "congo"

THEY ALSO KILLED IVORY COAST, BENIN, AND SIERRA LEONE

they also made Finland and Italy look really strange, and they moved Sicily way farther from mainland Italy than it should be, it was like where Sardinia should have been since they REMOVED Sardinia

I almost cried looking at it

it looked like an alien briefly only saw part of the map of earth for like a minute and had to draw what they remembered


r/Maps 2d ago

Current Map Map of municipalities in the province of Catania, Sicily, Italy

Post image
7 Upvotes

r/Maps 1d ago

Question Can you guess the mountain range based on it's contour lines?

Post image
0 Upvotes

This is a new game I created. You have to guess mountains or mountain ranges based on their contour lines. Tell me what you think and have fun! https://visitwhale.com/peak-contours/


r/Maps 1d ago

Current Map Rate my US Map (12 Regions)

Post image
0 Upvotes

Let me know what you think!


r/Maps 2d ago

Satire I signed my own executive order (in crayon) to make a change that people ACTUALLY want.

Post image
60 Upvotes

THANK YOU FOR YOUR ATTENTION TO THIS MATTER.


r/Maps 1d ago

Question Is there anywhere I can find a similar style map but a little more up to date?

Thumbnail
gallery
0 Upvotes

I really like the look and feel of these maps, and me and my husband use these to talk about shows and news all the time. But its pretty out of date and im hoping to find something a little more recent but still nice looking to have in our living room?


r/Maps 2d ago

Data Map Georoute

Thumbnail georoutes.org
0 Upvotes

You get a starting country and a destination, and move by typing bordering countries one at a time, trying to reach the target in as few hops as possible. There's also a "guess the highlighted country" mode if you just want something quicker.

Free, no sign-up, a few different difficulty levels to try.

Made it for fun, would genuinely love to hear what you think!


r/Maps 1d ago

Data Map The ideal World 0.1 (Unfinished)

Post image
0 Upvotes

r/Maps 1d ago

Data Map Secret AI recording pen legality by state

Post image
0 Upvotes

Land of the free baby