NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am creating a real estate search startup. I connect the OpenStreetMap using leaflet.

L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map);

I also add a large number of circle-markers to the map

const theMarker = window.L.circle([item.latitude, item.longitude],marker);

So far, everything is working. It's free, am I right? And what will happen when the load increases?

asked 25 Oct '21, 11:21

sinevik's gravatar image

sinevik
11112
accept rate: 0%

4

Please read the tile usage policy.

(25 Oct '21, 11:42) SomeoneElse ♦
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×22

question asked: 25 Oct '21, 11:21

question was seen: 391 times

last updated: 25 Oct '21, 11:42

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum