Code Monkey home page Code Monkey logo

here-maps-react's People

Contributors

ordazgustavo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

here-maps-react's Issues

RouteLine, Circle, Markers work in dev, not in production

My original push to production when using this library, the map didn't render because I didn't add the secure={true} option to the component, but the , , and were rendering as they should, just without the map. Now that I added the secure option to properly render the map over HTTPS, the , , and components are no longer rendering. I configured my localhost to run over HTTPS, and in development all of the components work exactly as expected. Once my client pushes the app into production, those , , and components no longer render.

Migrate to Here API version 3.1

Currently there are some issues related to the fact that Here recommends switching to version 3.1 libraries/apis and there are some breaking changes.

Marker Not Showing

Hi, My Map is working well but the marker is not showing. Even the example is not working.

Is the project still beeing worked on?

Hey, I stumbled on this project while looking for a way to render a map in react.

I cant get the app to work sadly (the whole key procedure changed, maybe this is breaking)
Is anyone still working on the project?

ReferenceError: H is not defined

I get the following error when I try to use the HEREMap component:
Uncaught (in promise) ReferenceError: H is not defined
at getPlatform (index.es.js:365)
at HEREMap._this.createMap (index.es.js:393)
at index.es.js:449
at index.es.js:131

How to set ref for HEREMap Component ?

import React, { useRef } from 'react';
import { HEREMap } from 'here-maps-react';

const HereMap = () => {
  const mapRef = useRef();
  return (
    <HEREMap
      ref={mapRef}
      style={{
        height: '100vh',
        width: '100vw'
      }}
      apikey=""
      center={{ lat: 10.998666, lng: -63.79841 }}
      zoom={12}
    />
  );
};

export default HereMap;

screenToGeo()

Is there a plan to implement screenToGeo()?

Or is there a workaround for using it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.