Git Product home page Git Product logo

Comments (5)

bdon avatar bdon commented on May 26, 2024

protomaps-themes-base: 1.22.19

please use version 2.0.0-alpha.6

from basemaps.

devinmarkley avatar devinmarkley commented on May 26, 2024

Just updated to the most recent version and I'm getting the same issue.

export 'layers' (imported as 'layers') was not found in 'protomaps-themes-base' (module has no exports)

Code:

import { useEffect } from "react";
import Map from "react-map-gl";
import maplibregl from "maplibre-gl";
import "maplibre-gl/dist/maplibre-gl.css";
import { Protocol } from "pmtiles";
import { layers } from 'protomaps-themes-base';

export default function MaplibreViewer() {
useEffect(() => {
let protocol = new Protocol();
maplibregl.addProtocol("pmtiles", protocol.tile);
return () => {
maplibregl.removeProtocol("pmtiles");
};
}, []);

return (


Hello World


<Map
style={{ width: 600, height: 400 }}
mapStyle={{
version: 8,
sources: {
protomaps: {
type: "vector",
url: "pmtiles://https://example.com/example.pmtiles",
// ^-- Remember to prefix the URL with pmtiles://
attribution: 'Protomaps © OpenStreetMap'
}
},
layers: layers("protomaps","light")
}}
mapLib={maplibregl}
/>

);
}

from basemaps.

bdon avatar bdon commented on May 26, 2024

Can you please try [email protected] and push a minimal repo to reproduce the above steps including package.json and build tool / step?

from basemaps.

devinmarkley avatar devinmarkley commented on May 26, 2024

Thanks for working with me on this I really appreciate it.

Moving from 2.0.0-alpha.6 to simply ^2.0.0 seems to some my issues with the module having no exports. However while I no longer get this error with this change the map still doesn't get styled correctly. I have linked a minimal repo with the package.json below.

link

from basemaps.

bdon avatar bdon commented on May 26, 2024

you are missing the glyphs key in your style as the console error shows, see https://docs.protomaps.com/basemaps/maplibre

Screenshot 2024-04-20 at 10 01 40

from basemaps.

Related Issues (20)

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.