# Message : free map limit reached

**URL:** https://community.glideapps.com/t/message-free-map-limit-reached/8241
**Category:** Report a Bug
**Created:** [April 30, 2020, 8:01pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241 "2020-04-30T20:01:35Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![lamcher](https://avatars.discourse-cdn.com/v4/letter/l/d2c977/32.png) [@lamcher](https://community.glideapps.com/u/lamcher)
#### Post date: [April 30, 2020, 8:01pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/1 "2020-04-30T20:01:35Z")

</div>

Hello i have this message displayed in my app : “free map limit reached. Some location may not be displayed”

I dont understand why because i dont have a lot of data.  
Does anyone know how can i delete this message?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [April 30, 2020, 8:04pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/2 "2020-04-30T20:04:40Z")

</div>

The free version of glide will only geolocate 10 addresses. You can either go pro, or get the lat,long coordinates for each address and use the coordinates instead.

---

<div class="post-metadata">

### Author: ![lamcher](https://avatars.discourse-cdn.com/v4/letter/l/d2c977/32.png) [@lamcher](https://community.glideapps.com/u/lamcher)
#### Post date: [April 30, 2020, 8:07pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/3 "2020-04-30T20:07:26Z")

</div>

Thank you for you answer ! do you mean i have to add a column with the coordinates ?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [April 30, 2020, 8:08pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/4 "2020-04-30T20:08:16Z")

</div>

Yes, and use that for your address source.

---

<div class="post-metadata">

### Author: ![lamcher](https://avatars.discourse-cdn.com/v4/letter/l/d2c977/32.png) [@lamcher](https://community.glideapps.com/u/lamcher)
#### Post date: [April 30, 2020, 8:12pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/6 "2020-04-30T20:12:11Z")

</div>

Sorry , Yes i see now ! Thank u Jeff !

---

<div class="post-metadata">

### Author: ![lamcher](https://avatars.discourse-cdn.com/v4/letter/l/d2c977/32.png) [@lamcher](https://community.glideapps.com/u/lamcher)
#### Post date: [April 30, 2020, 11:08pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/7 "2020-04-30T23:08:34Z")

</div>

How should i concat the coordonnates in the adresse value?  
Latitude : 46.0833  
Longitude : 5.7833

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 30, 2020, 11:31pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/8 "2020-04-30T23:31:37Z")

</div>

Have not tried myself but if it requires to be concatenated, a comma in between should be enough.

I.e: 46.0833, 5.7833

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/1/1543ba74488c47bb0e28cd4ca4d7346e3eca38b8.png)

---

<div class="post-metadata">

### Author: ![lamcher](https://avatars.discourse-cdn.com/v4/letter/l/d2c977/32.png) [@lamcher](https://community.glideapps.com/u/lamcher)
#### Post date: [April 30, 2020, 11:45pm UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/9 "2020-04-30T23:45:34Z")

</div>

> [@ThinhDinh](#):
>
> 46.0833, 5.7833

yes thank you 🙂

---

<div class="post-metadata">

### Author: ![abe.sherman](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abe.sherman/32/11260_2.png) [@abe.sherman](https://community.glideapps.com/u/abe.sherman)
#### Post date: [February 18, 2021, 6:43am UTC](https://community.glideapps.com/t/message-free-map-limit-reached/8241/10 "2021-02-18T06:43:37Z")

</div>

> [@lamcher](#):
>
> coordinates

This may be helpful for people.  
[https://community.looker.com/dashboards-looks-7/get-latitude-longitude-for-any-location-through-google-sheets-and-plot-these-in-looker-5402](https://community.glideapps.com/t/allow-users-to-add-a-pin-to-a-map/4322)

Let me know your results.

I am currently trying to make this work.
