jtesting
Forum Replies Created
-
Maybe I should provide some additional context.
My current folder structure is reactpress > apps > demo > build.
My current process is to build the react app and replace the existing build folder which updates my application.
I am interested in converting over to vite.reactpress > apps > vite_map_demo > dist
If I replace the dist folder the changes do not go into effect.
Does the process change due to how a vite react app is configured?
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] Proxy-Server?I will give that a try thank you. Also any new updates on the progress towards Vite?
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] Proxy-Server?Ah yes I do see that in the package.json. Taking that into account I updated the code to
let url =
${process.env.REACT_APP_PUBLIC_URL}/api
;? ? fetch(url)
However, the request gets sent to which does not exist…
https://(wordpress_site_domain)/wp-content/reactpress/apps/demo/build/apiAny other possible tips?
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] NextJs compatible?Is there a timeline for vite support?
Yes I know its possible to add circles in general, but how would I link the two. For example have a select group and when i click on said route display the polylines and stops at same time.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Select Group for Poly Lines – NevermindThank you for your response and I apologize for the late reply. I have sent you a test file and will continue to attempt to get it working.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Select Group for Poly Lines – NevermindI have attempted to use both feature and option group but still not working as expected. I followed example and even added denomination values in geojson. Is there certain version I must be on possibly? Sharing with you what I have below and will edit my comment to prevent abuse.
[leaflet-map fitbounds]
[leaflet-geojson src=”json file”]{@id} – {denomination}[/leaflet-geojson]
[leaflet-featuregroup disableClusteringAtZoom=10 maxClusterRadius=80 property=”denomination” values=”protestant” groups=”protestant”]
[zoomhomemap]- This reply was modified 1 year, 10 months ago by jtesting.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Select Group for Poly Lines – NevermindThank you for fast response! Now that I have you here…
[leaflet-map lat=’my lat’ lng=’my lng height=600 zoomcontrol]
[leaflet-line color=”purple” latlngs=”my values”]
[leaflet-optiongroup option=”color” values=”purple” groups=”purple”]
[fullscreen]option group is not working for me, does this look correct?