Ricardo Briceño

Results 7 comments of Ricardo Briceño

That's right!! Ok thanks, i will check it out and keep you in touch PS: 2032917 its me btw >.

Hey, i checked it out and the version you show me is more complete. However I still didn't get make it works. ![1](https://user-images.githubusercontent.com/61938096/83351966-3293c180-a340-11ea-8c47-2641b62e6e09.png) ![2](https://user-images.githubusercontent.com/61938096/83351968-34f61b80-a340-11ea-8361-28b4f6e9bdda.png) ![3](https://user-images.githubusercontent.com/61938096/83351969-36bfdf00-a340-11ea-8d09-5b94f9cb4a74.png) What I am trying to...

I am creating the polygons dynamically with coordinates from local database ``` /* ... getting data from database coordinates = [coords[1], coords[0]] LatLng.push(coordinates ); ... */ var polygon = L.polygon(LatLng,...

Here: `{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.92671,32.732156],[-16.893112,32.751589]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.92671,32.732156],[-16.893112,32.751589],[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.934735,32.741515],[-16.941092,32.743537],[-16.94281,32.74267],[-16.946591,32.743248],[-16.949512,32.736895],[-16.951745,32.733574],[-16.949855,32.732852],[-16.943154,32.738194],[-16.93336,32.737328],[-16.92671,32.732156],[-16.893112,32.751589]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.92671,32.732156],[-16.893112,32.751589],[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.934735,32.741515],[-16.941092,32.743537],[-16.94281,32.74267],[-16.946591,32.743248],[-16.949512,32.736895],[-16.951745,32.733574],[-16.949855,32.732852],[-16.943154,32.738194],[-16.93336,32.737328],[-16.92671,32.732156],[-16.893112,32.751589],[-16.893112,32.751589],[-16.903291,32.7509],[-16.902947,32.756097],[-16.908789,32.757974],[-16.912054,32.755376],[-16.9136,32.749745],[-16.920664,32.75182],[-16.941184,32.7616],[-16.934735,32.741515],[-16.941092,32.743537],[-16.94281,32.74267],[-16.946591,32.743248],[-16.949512,32.736895],[-16.951745,32.733574],[-16.949855,32.732852],[-16.943154,32.738194],[-16.93336,32.737328],[-16.912686,32.725776],[-16.917498,32.719999],[-16.917498,32.717111],[-16.921965,32.710756],[-16.900315,32.711622],[-16.881758,32.708733],[-16.881414,32.712489],[-16.891037,32.718555],[-16.894817,32.726931],[-16.92671,32.732156],[-16.893112,32.751589]]]}}]}`

Hey, i spend lot of time checking where was my mistake in the data from db... making a simple test with the coords: [ [0,0 , [0,1] , [1,1], [1,0],...

Omg yes! You are right! Thanks my friend, i will resolve this in1sec, big mistake by me! Thanks thanks !! Edit: - Solve! =) All credits @Falke-Design

This is what I want perhaps! I will wait for your review and feedback ![image](https://user-images.githubusercontent.com/61938096/198750347-006224f2-9e58-4dfc-994b-91253e7d03f5.png) Of course, it needs some conditions to check if there any other modal to 'Next...