Posts by Rmmh • 1 point
2 posts
-
0
votes2
answers62
viewsA: I need to place coordinates from Mongodb on a map with reactJS
Follow the code with some small adjustments such as "mat" for "m" and the variable "log" for "Lon" import React, { Component } from 'react'; import Map from './mapa'; import api from…
-
0
votes2
answers62
viewsQ: I need to place coordinates from Mongodb on a map with reactJS
I’m creating a google maps heat map with reactjs, I was able to implement it and pass the coordinates manually, but I need to create the coordinates dynamically coming from the bank in Mongodb, on…